0
Please help me find the error. Line 16 syntax error "elif" but I don't understand
1 Answer
+ 4
All your print statements must be indented too.
if what=="+":
c= a+b
print("Š ŠµŠ·ŃŠ»ŃŃŠ°Ń"+ str(Ń))
elif what=="-":
c=a-b
print("Š ŠµŠ·ŃŠ»ŃŃŠ°Ń"+ str(Ń))
else:
print("ŠŃŠ±ŃŠ°Š½Š° Š½ŠµŠ²ŠµŃŠ½Š°Ń Š¾ŠæŠµŃŠ°ŃŠøŃ!")