Python icon indicating copy to clipboard operation
Python copied to clipboard

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

Open ayyanagoud12 opened this issue 2 months ago • 0 comments

is_failed = True i = 1

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

print("i gave up")

ayyanagoud12 avatar Nov 18 '25 15:11 ayyanagoud12