0
else fuction
why can't we run if function differently from else function cause they kind of make the statement more complex?
1 Antwort
+ 1
can you be more specific
we can do this:
if 1+1==2:
print (true)
else:
print (false)
or we can just leave it as
if 1+1==2:
print (true)