Python variable | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Python variable

Im going through the couses for the beginner level python, I cant figure out how to get past this question open = False _____(open)

17th Dec 2021, 2:44 PM
Branden Mitchell
3 Answers
+ 2
Branden Mitchell That's print i think If you print open it should output false already.
18th Dec 2021, 11:06 AM
JSON🌠
0
What is the question?
17th Dec 2021, 3:37 PM
Emerson Prado
Emerson Prado - avatar
0
i need to find what to put in the blank to make the statement open = False It says the ____(open) part is right but i need to know what goes in the blank ___
17th Dec 2021, 3:41 PM
Branden Mitchell