Skip to content

Provided solution has an error, prints "i" instead of variable #92

@bradlylong

Description

@bradlylong

# TODO: Write a conditional to print out if `i` is less than or greater than 50
i = random.randint(0, 100)
if i < 50:
print("i is less than 50")
elif i == 50:
print("i is equal to 50")
else:
print("i is greater than 50")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions