Advertisement
imtiazaasif

write F by using loop

May 5th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. numbers = [5,2,5,2,2]
  2. for x_count in numbers :
  3.     print("x" * x_count)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement