Advertisement
ceiszele

Happy birthday

Dec 9th, 2019
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ef BirthdaySong(name):
  2. count =1
  3. while count < 3:
  4. print("Happy Birthday to You")
  5. count +=1
  6. print("Happy Birthday Dear " + name.capitalize())
  7. print("Happy Birthday to You.")
  8.  
  9.  
  10. BirthdaySong(name = input("what is your name? "))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement