Skip to content

Today i practise python #whileloop #just beginning Python easy to understand so start with python  #13925

@ayyanagoud12

Description

@ayyanagoud12

is_failed = True
i = 1

while is_failed and i<=100:
print(f"Try{i}")
i=i+1

print("i gave up")

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