While loop Get link Facebook X Pinterest Email Other Apps May 22, 2021 ''' Created on May 20, 2021 @author: Admin ''' print("while loop:") i=0 while (i<10): print('value is ',i) i=i+1 Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment