post #f struggling

Patricia Arquette
Release: 2024-10-03 08:08:30
Original
997 people have browsed it

This post is about my struggles with coding and learning so far

A. Im only able to remain focused for maybe an hour two hours max.
b. I get distracted real easily
c. I cant sit for long or I start to get irritated and rested leg problems.

Solutions that I have thought about to help solve issues

A. I need to start using my pomodoro app more often then i do
B. I start putting my phone on vibrate, and only use one monitor if I have another screen ill end up getting distracted with searching on the web.
C. Looking into getting a sit stand desk but also looking into getting a husky work bench.
D. Having water at my desk at all times beside sugar and caffeine projects.

But for todays task was from the automate the boring stuff book take the grid

grid = [['.', '.', '.', '.', '.', '.'],
['.', '0', 'O', '.', '.', '.'],
['O', 'O', 'O', 'O', '.', '.'],
['O', 'O', '0', 'O', 'O', '.'],
['.', 'O', 'O', 'O', 'O', 'O'],
['O', 'O', 'O', 'O', 'O', '.'],
['O', 'O', 'O', 'O', '.', '.'],
['.', 'O', 'O', '.', '.', '.'],
['.', '.', '.', '.', '.', '.']]

and print it out to look like this
..OO.OO..
.0OOOOOO.
.OO0OOOO.
..OOOOO..
...OOO...
....O....

post #f struggling

is my thought but i went the hard way and just really forgot to put the [1] at the first "for" statement (i believe)

post #f struggling

this is the solution that I researched using stack overflow.
Before I go looking for Solutions I spend atleast 30 mins trying to solve the problem myself before I go looking for the issues

The above is the detailed content of post #f struggling. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template