Hi guys i have this code
if s == 10:
S ="A"
elif s == 11 :
S ="B"
elif s == 12 :
S ="C"
elif s == 13 :
S ="D"
elif s == 14 :
S ="E"
elif s == 15 :
S ="F"
else:
S =s
and i have an error can You Help Me
S ="A" ^ expected an indented block
i used an other command But Error Is Still There Can any one Help Me