Commit dcb32be4 by BellCodeEditor

save project

parent 9a850a6e
Showing with 3 additions and 3 deletions
a = "诺依,周末一起去看画展"
for i in a:
print(i)
\ No newline at end of file
for i in range(len(a)):
print(a[i])
\ 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