I learnt python from a book which is outdated. It was a book published in 2013 and its IF statements that don't work.
Here is pythons tutorial: https://docs.python.org/3/tutorial/
if _______: _____ #Indention is how it tracks what’s in the if statement
How to do IF statements?
I learnt python from a book which is outdated. It was a book published in 2013 and its IF statements that don't work.
Here is pythons tutorial: https://docs.python.org/3/tutorial/