We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67253f0 + 6429c15 commit adb5481Copy full SHA for adb5481
chapter07/7-2.py
@@ -1,6 +1,6 @@
1
-number = input("how many people eat ?")
+number = input("how many people eat? ")
2
number = int(number)
3
if number > 8:
4
print("no empty table.")
5
else:
6
- print("have empty table.")
+ print("have empty table.")
0 commit comments