Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import time
- def surprise():
- print("\n🎉🎉🎉 HAPPY BIRTHDAY! 🎉🎉🎉\n")
- print("Here's a cool ASCII cake for you:")
- print(r"""
- , , ,
- / ) ( ) ( \
- ( . . )
- \ /
- `-------`
- """)
- time.sleep(5) # Hold the surprise for a few seconds
- surprise()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement