Commit f8ed602a by BellCodeEditor

save project

parent 9d42f8a5
Pipeline #11475 failed in 0 seconds
Showing with 7 additions and 0 deletions
m="qwertyuiopasdfghjklzxcvbnm"
l=len(m)
i=0
while i < l:
e=m[i]
print(e)
\ 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