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