Commit 3aa045b5 by BellCodeEditor

save project

parent f3f15146
Showing with 62 additions and 0 deletions
sentence01="低头思故乡"
sentence02="疑是地上霜"
sentence03="床前明月光"
sentence04="举头望明月"
print(sentence03+sentence02+sentence04+sentence01)
word="瓯江"
str="hello"
print(str.find('h',5))
number='100,101,102,101,100,300,500'
print(number)
100,101,102,101,100,300,500
for i in range(1,8)
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