Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. import sys
  2.  
  3. x=int(sys.argv[1])
  4. y=int(sys.argv[2])
  5. z=int(sys.argv[3])
  6. cuplet=str
  7. add=str
  8. song=str
  9. i=int(0)
  10. q=int(0)
  11. cuplet='la'
  12. add='-la'
  13.  
  14. if x == 0:
  15. cuplet=''
  16. elif x == 1:
  17. cuplet=cuplet
  18. else:
  19. while i < (x-1):
  20. cuplet=cuplet+add
  21. i=i+1
  22. song=''
  23.  
  24. while q < y:
  25. song=song+(' '+cuplet)
  26. q=q+1
  27.  
  28. if z == 1:
  29. if x == 0 or y == 0:
  30. print 'Everybody sing a song:!'
  31. else:
  32. print 'Everybody sing a song:'+song+'!'
  33. elif z == 0:
  34. if x == 0 or y == 0:
  35. print 'Everybody sing a song:.'
  36. else:
  37. print 'Everybody sing a song:'+song+'.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement