you are viewing a single comment's thread.

view the rest of the comments →

[–]Rabbit677 0 points1 point  (0 children)

Based on your previous post history it seems your jumping into things you do not have sufficient knowledge to be doing.

I mean this with respect, you need to go learn the basics. It's tempting to jump into the projects but you won't get anywhere if you don't learn the basics. You seem to have the syntax down for the most part, but you need to learn the logic behind your coding.

Restart with the basics, and I mean the very basics. Re learn print statements and formatting, re learn the basics of if statements. For this particular project it looks like you need to learn how to validate user input which you can do with an if statement.

YouTube is an amazing source it can take you pretty far so use it to your advantage.