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")
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")