Commit ba6da9a0 by BellCodeEditor

save project

parent db4ec920
Showing with 7 additions and 0 deletions
#输出 Hello World!
print("Hello World!")
#输入 食物名称
input_food = input"今晚要吃什么:"
#输出 要吃的食物
print("今晚我要吃-",input_food)
\ No newline at end of file
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