Advertisement
Illuvitar

Python challenge for Angelo Sciarra

Apr 29th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Heading and prompt for input, and example input
  2.  
  3. +=====================================+
  4. | Birthday Party Invitation Generator |
  5. +=====================================+
  6.  
  7. What is the name of the person having the birthday? Angelo
  8. How old are they now? 49
  9. What is their favourite food? Pasta
  10.  
  11.  
  12. Example output:
  13.  
  14. +===========================+
  15. | Angelo is turning 50!!! |
  16. +===========================+
  17.  
  18. You are invited to Angelo's celebration of turning 50.
  19. There will be Pasta!
  20. Look forward to seeing you there!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement