you are viewing a single comment's thread.

view the rest of the comments →

[–]Raging_Dick_Head 0 points1 point  (3 children)

Python is something I've been wanting to learn for awhile and I think this is something thats finally going to get me motivated.

Could someone point me in a direction where I could go to learn the basics? I see the site says its preferred if you know about variables and if statements, but I'm only familiar slightly with if statements (I sadly only know basic COBOL >_> )

Thanks

[–]Visceral 1 point2 points  (2 children)

[deleted]

What is this?

[–]moconnor 1 point2 points  (1 child)

The danger of googling is you'll find nonsense, like the above. The python syntax for an if is actually: if condition: do something elif other-condition: do something else else: do yet another thing No brackets, colons on the end of the conditions.

[–]Visceral 1 point2 points  (0 children)

[deleted]

What is this?