Demonstrating Boolean numbers in Python

PHOTO EMBED

Wed Aug 02 2023 14:13:58 GMT+0000 (Coordinated Universal Time)

Saved by @pythonHub #python #python-hub #basics

print(10 > 9)
print(10 == 9)
print(10 < 9)
player= "won" # this line creates a variable we will discuss them later. It prints nothing.
print(player=="won")
content_copyCOPY