Skip to content

I also whileloop With different type and small logics #engineerin_in_kannada #13926

@ayyanagoud12

Description

@ayyanagoud12

is_failed = True
i = 1

while is_failed :
if i%2!=0 :
i=i+1
continue
print(f"Try{i}")
i=i+1

if i>100 :
    break

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