We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbf92d commit 271ae00Copy full SHA for 271ae00
Waiter.py
@@ -1,11 +1,11 @@
1
print('Welcome to the Chateau of Food')
2
-print('It seems we are quite full this evening.\n')
+print('It seems we are quite busy this evening.\n')
3
4
money = int(input('How much money did you slip the waiter?'))
5
6
if money>0:
7
print('Ah, I am reminded of a table. Right this way.')
8
else:
9
- print('please, sit. It might be a while.')
+ print('Please, sit. It might be a while. GET OU-')
10
11
0 commit comments