Skip to content

Commit adb5481

Browse files
authored
Merge pull request #12 from mss12138/patch-3
Update 7-2.py (很细心啊^_^ - by OctopusLian)
2 parents 67253f0 + 6429c15 commit adb5481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter07/7-2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
number = input("how many people eat ?")
1+
number = input("how many people eat? ")
22
number = int(number)
33
if number > 8:
44
print("no empty table.")
55
else:
6-
print("have empty table.")
6+
print("have empty table.")

0 commit comments

Comments
 (0)