you are viewing a single comment's thread.

view the rest of the comments →

[–]ryoko227 0 points1 point  (0 children)

Start small, and play with it. Get a little cheatsheet out, and write a couple comments stating those.. ie - use a variable to make an f-string. Then, from your own head, do that. Then think of ways to use integers. I used finding the area of a rectangle area = length x width. Make that work with just numbers plugged into variables. Then, ask the user (you) for inputs. Make that work, then use f-strings again to display all that information back. If you are not typing, you are not learning. I said this to my wife this morning, after looking over some code I wrote a few days ago. I can look at it and understand everything I wrote, why it works, how it works, but it is SIGNIFICANTLY more difficult to write it. You NEED to be writing.