- 1
Why is it nothing
3 Answers
+ 1
when a condition is false, its good to have an else.
if 1 == 2:
print(â1 = 2â)
else:
print(â1 != 2â)
theres not alot of information to base on, so make sure you explain if this is not what you were asking for.