zero_shubham1

just_thought

Jun 18th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. def main(x=2):
  2.     for i in range(x=4,8):
  3.         print(i)
  4. if __name__ == '__main__':
  5.     main()
Add Comment
Please, Sign In to add comment