Commit e70ef84e by BellCodeEditor

save project

parent 997ce4c5
Showing with 17 additions and 0 deletions
word="爸爸,明天我们去看电影吧!"
print(word[0])
print(word[1])
print(word[2])
print(word[3])
print(word[4])
print(word[5])
print(word[6])
print(word[7])
print(word[8])
print(word[9])
print(word[10])
print(word[11])
print(word[12])
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