- 1
Why is it nothing
1 Odpowiedź
+ 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.