dimanche 25 novembre 2018

IndentationError: expected an indented block (solution.py, line 3)

n = int(raw_input())
if n%2==1:
print"Weird"
elif 2<n<5:
print"Not Weird"
elif 6<n<20:
print "Weird"
else:
print "Weird"

what is the error

Aucun commentaire:

Enregistrer un commentaire