Commit de5b3714 by BellCodeEditor

save project

parent 767bf66f
Showing with 7 additions and 2 deletions
...@@ -9,4 +9,9 @@ print(data3) ...@@ -9,4 +9,9 @@ print(data3)
''' '''
name="悟空" name="悟空"
word=",谢谢你!" word=",谢谢你!"
print(name+word) print(name+word)
\ No newline at end of file '''
name1="悟空"
name2="小贝"
print(name1,name2)
'''
\ 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