PLEASE HELP WITH MY ASSIGNMENT Use python to do it. Task 1
Write a program to display a banner for a user entering their name. So, for example, if the user enters
the name ‘Xephos’, this lovely banner could appear:

.::Xephos::.


Task 2:
Stella was half of John’s age when John was 6. Now John is 18, how old is Stella now? Write a program
to help people solve this problem. *Make sure you include the function input() into your program

Task 3:
You are planning to take your significant other out for a date at Peter luger’s. At the end of the date, the
bill is handed to you. On the bill it prints:
Name: Amount
USDA PRIME BEEF STEAK FOR TWO 199.99
Soda 7.99
Tax 8.875%
Tips 20%
Total
Write a program that prints out the bill with the payer’s name and the total amount that he or she has
to pay.

Solved
Show answers

Ask an AI advisor a question