mardi 19 septembre 2017

Python if else syntax error [on hold]

I am new to python and trying to implement a basic if else statement, but it keeps on throwing error at else statement. Below is my code.

if c == "July":
print ("7/1/2017")
else:
    print ("sorry")

Aucun commentaire:

Enregistrer un commentaire