Commit 71ae91b9 by BellCodeEditor

auto save

parent 8d67d1f4
Showing with 4 additions and 7 deletions
message="42h5"
i="0"
length=len(message)
while i<length:
b=message[i]
print(b)
i+=1
a=["rf",9,5]
for a in range(1,3):
print(a)
\ 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