while loop in Python February 15, 2022 i = int(input())while(i<10): if i%2==0: print(i) i = i+1 Share Get link Facebook X Pinterest Email Other Apps Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment