samedi 28 août 2021

How do I use the If statement?

I'm unexperienced and don't even know how to use this.
I have written this, but obviously it's not correct:

print("How much cookies you have?")
cookie_ammount = input()
cookie_minimum = "1"
If cookie_ammount > cookie_minimum:
print("Gimme")
Else:
print("awe")

Aucun commentaire:

Enregistrer un commentaire