print ("Welcome to Isobel's") coffee=100 pcoffee=('£1.00') tea=100 ptea=('£1.00') chocolate_cake=200 pchocolate_cake=('£2.00') carrot_cake=250 pcarrot_cake=('£2.50') vanilla_milkshake=250 pvanilla_milkshake=('£2.50') print('Good Morning and welcome to Cafe Risto!') print('My name is Angelica and I will be your waiter today.') print('How are you today?') feeling=input() if feeling=='Good': print('Thats good to hear!') elif feeling=='Bad': print('Oh no! I hope our cafe can brighten your day!') elif feeling=='good': print('Thats good to hear!') elif feeling=='bad': print('Oh no! I hope our cafe can brighten your day!') print('How many people will be dining today??') people=input() print('Okay we will get you seated at a table for ' +people) print('Give us a minuete or two!') polite_1=input()
Run
Reset
Share
Import
Link
Embed
Language▼
English
中文
Python Fiddle
Python Cloud IDE
Follow @python_fiddle
Browser Version Not Supported
Due to Python Fiddle's reliance on advanced JavaScript techniques, older browsers might have problems running it correctly. Please download the latest version of your favourite browser.
Chrome 10+
Firefox 4+
Safari 5+
IE 10+
Let me try anyway!
url:
Go
Python Snippet
Stackoverflow Question