+ 1
FIll in boolean blank
open = False _____(open) how to write a boolean with open=false, the open part is correct
4 Answers
+ 4
print open
+ 1
open=False
print (open)
0
Fill in the blanks to output the value of the open Boolean variable:
open = False
(
Type
)