Example code of Python using for loop statement

From , 3 Years ago, written in Python, viewed 230 times.
URL https://pastebin.vip/view/8f1fa019
  1. #!/usr/bin/python
  2. # Filename: for.py
  3.  
  4. for i in range(1, 5):
  5.     print i
  6. else:
  7.     print 'The for loop is over'
  8.  
  9.  

Reply to "Example code of Python using for loop statement"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website