+ 4
What is the correct use of 'if' and 'else' in python language...???
please help me to understand this...
2 Respuestas
+ 3
thnx
0
if /*value in 0 or 1*/:
//codes
else:
//codes
this value can be 2 == 0 something like that
or a function that returns 0 or 1