Can somone tell me why doesn't my code work???? I'm new to programming!PLEASE HELP I dont know what am I doing wrong! I need a mentor does anyone waishes to be a disabled man mentor? (I'm 34 years of age and considered a dinozour i know)
1) Python doesn't use curly brackets {}, but it uses colons. : 2) The equality operator (checking if 2 things are equal) is ==. = is the assignment operator used to assign values to variables.
Can somone tell me why doesn't my code work???? I'm new to programming!PLEASE HELP
I dont know what am I doing wrong! I need a mentor does anyone waishes to be a disabled man mentor? (I'm 34 years of age and considered a dinozour i know)
1) Python doesn't use curly brackets
{}
, but it uses colons.:
2) The equality operator (checking if 2 things are equal) is
==
.=
is the assignment operator used to assign values to variables.