{}
CHRISTMAS
OFFER
62
%OFF

Stop copy pasting code you don't actually understand

Build the coding confidence you need to become a developer companies will fight for

Stop copy pasting code you don't actually understand

Become a PRO
Become a PRO
CHRISTMAS
OFFER
62
%OFF

Stop copy pasting code you don't actually understand

Build the coding confidence you need to become a developer companies will fight for

Stop copy pasting code you don't actually understand

Become a PRO
Become a PRO
run-icon
main.py
# The input() function displays a prompt and waits for the user to type something. # Whatever the user types is stored in the 'user_name' variable. order_item = input("Welcome to our cafe! What would you like to order? ") # Now we can use that variable to confirm the order. print("Great choice! So you'd like to order", order_item, ". Coming right up!")
Output