Advertisement
Pvp_machine100

trash, like you

Oct 12th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. def dots(rows):
  2. for d in range(0,rows):
  3. for t in range(0, d+1): print (". ",end=:"")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement