Commit 65ef60cb by BellCodeEditor

save project

parent df0fd3da
Showing with 4 additions and 1 deletions
...@@ -16,5 +16,8 @@ while True : ...@@ -16,5 +16,8 @@ while True :
print(i,j) print(i,j)
elif input == 'q': elif input == 'q':
break break
print('*'*30)
print('程序结束')
else: else:
print('输入有误请重新输入') print('输入有误请重新输入')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment