coding practice-8 Get link Facebook X Pinterest Email Other Apps April 05, 2022 write a program to print integers from m to n: s=int(input()) e=int(input()) for i in range(s,e+1): print(i) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment