Skip to content

Introductory Python - Conditionals #1

Description

@ViviNeuro

Clicker Question #5 -- the following code snippet should print out "I'm here."

`conditional = False
python = "great"

if conditional:
if python == "great":
print("Yay Python!")
else:
print("Oh no.")
else:
print("I'm here.")`

Oh no.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions