Commit 6eb24df5 by BellCodeEditor

save project

parent 4ffdce7e
Showing with 9 additions and 0 deletions
message=input("你需要加密的语句是什么?")
long=len(message)
i=0
while i<long:
element=message[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