6 lines
73 B
Text
6 lines
73 B
Text
boolNumber = 1
|
|
if boolNumber = 1
|
|
print "True"
|
|
else
|
|
print "False"
|
|
.
|