Commit 31cb3b13 by BellCodeEditor

save project

parent e3c601ea
Showing with 9 additions and 3 deletions
students='悟空©'
for i in students:
print(i)
students='悟空是个闪光灯的施工队'
length=len(students)
i = 0
while i < length:
bibi = students[i]
print(bibi)
i+=1
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