Get link Facebook X Pinterest Email Other Apps March 30, 2022 TRY AND EXCEPTtry: number=int(input("Enter the number")) print(number)except: print("Invalid Input")💀 Get link Facebook X Pinterest Email Other Apps Comments
March 29, 2022 WHILE LOOP➰ i = 1 while i <= 10 : print (i) i += 1 print ( "done with loop" ) Read more
Comments
Post a Comment