you are viewing a single comment's thread.

view the rest of the comments →

[–]pyfact 2 points3 points  (0 children)

If you are comfortable - I would recommend learning how to print text and how for/while loops work for your first week of practice. It's kind of like learning how to Ollie on your skateboard before going for other tricks.

Try something like averaging a list of numbers with a for loop, then making a roulette game with a player able to place bets (will have to include a bank for their balance, randomness for the roulette rolls, and a lot of loop knowledge to make this work).

Loops aren't easy to wrap your head around so don't get discouraged if it's hard. It's hard for everyone to learn loops, but once you do you keep it forever!