Advertisement
Le-Ownect

loop com while

Jul 1st, 2020
675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. x = 1
  2. while(x + 1):
  3.     print(x)
  4.     x = x + 1
  5.  
  6. #loop contando infinito
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement