Wow_Rasl

Untitled

Jan 14th, 2022
867
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.48 KB | None | 0 0
  1. count = int(input())
  2. print("   ", end = '')
  3. for i in range(0, count):
  4.     print("_~_       ", end='')
  5. print('')
  6. print("  ", end = '')
  7. for i in range(0, count):
  8.     print("(o o)     ", end='')
  9. print('')
  10. print(" ", end = '')
  11. for i in range(0, count):
  12.     print("/" + "  " + "V" + "  " + "\\" + "   ", end='')
  13. print('')
  14. for i in range(0, count):
  15.     print("/(  _  )\ ", end='')
  16. print('')
  17. print("  ", end = '')
  18. for i in range(0, count):
  19.     print("^^ ^^     ", end = '')
  20.    
Advertisement
Add Comment
Please, Sign In to add comment