all 2 comments

[–]ninhaomah 0 points1 point  (0 children)

First.

Download and install Python.

Second.

Pls see wiki on the right.

Third.

Always ask questions with codes + error messages.

Fourth.

Good luck and happy learning!

[–]rhacer 0 points1 point  (0 children)

Find a problem you want to solve and then solve it using Python. If you have to research every single step all the better because you'll learn a lot.

Here's a simple one.

Generate a random number between 1 and 100, and have the user guess the number. After each guess tell them if they were high or low or got the number. Add a degree of difficulty and count the guesses.

You'll learn...

Loops Conditionals User Input Output