Commit 86898ef1 by BellCodeEditor

save project

parent a8870ea6
Pipeline #7157 failed in 0 seconds
Showing with 8 additions and 4 deletions
message="你分解任务"
for i in message:
print(i)
\ No newline at end of file
massage="炽热而经常发热"
lenght=len(massage)
i=0
while i < lenght:
element =massage[i]
print(element)
i+=1
\ 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