0
Python is interesting but am new here and would really love some help
Help
5 Answers
+ 1
Please scan though this link for rules on posts in the Q&A section:https://www.sololearn.com/Discuss/1316935/?ref=app
You can DM (message) me if you have any questionsđđŒ
0
What kind of help..?
0
Booleans are one of the simpliest datatypes in Python, because they can only have 2 different values: True and False.
Booleans are typically created by comparing values with comparison operators.
You can use booleans to run blocks of code, when the given conditions return True.
0
Ashish Gupta Generally am a novice at programming and just got into school, but would really love to know all about it
0
I recommend you take the python course!