Python: Boolean Variables

Post Reply
User avatar
Jason
Site Admin
Posts: 767
Joined: Sun Dec 21, 2025 8:56 pm

The output must be True or False. It must start with a capital letter.

Code: Select all

Washington_DC_is_in_USA = bool(True)

Nirobi_is_in_Botswana = bool(False)
 

POSTREACT(ions) SUMMARY

Post Reply