0
Indentation is not showing after :(colon)
Py
3 ответов
+ 1
Please show us your code
This may be due to if,elif,else statement right you need to type like this
A = 2
if A == 2:
print("two")
else:
print("other number")
+ 1
Sololearn editor doesn't automatically adds a indentation after a colon(:)
In other platforms too, its totally depends on the features of editor.
You need to manually add a indent by pressing "tab" in Sololearn
+ 1
AKSHAY🇮🇳 thnx a lot