0
Android app
Does anyone else had same problem as me when tried to write 'else:'? I could write 'else' but couldn't write ':'.
7 Answers
+ 1
does this result in a error ?
0
Yes.
0
something is wrong pal
0
look this (error on output):
if 1 > 3:
print("yes")
else:
print("no")
correct will be :
if 1 > 3:
print("yes")
else:
print("no")
0
@neugen hack
Well, this was easy question, I knew the answer, but I couldn't write colon after 'else'. This caused error every time. When I tried to answer via PC, everything were fine. I guess there is some bug in SoloLearn Android app.
0
just a bug
- 1
you can post here a little exemple?