Advertisement
DerioFT

1142.py

Oct 26th, 2021
933
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. N = int(input())
  2. increment = 1
  3.  
  4. for data in range(N):
  5.  
  6.     print(increment, increment+1, increment+2, "PUM")
  7.     increment += 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement