Commit 76c89b9e by BellCodeEditor

auto save

parent bcd18856
Pipeline #12069 failed in 0 seconds
Showing with 588 additions and 3 deletions
dict_hero={'a:10','b:21','c:22','d:29','e:30'}
print(dict_hero)
\ No newline at end of file
message=input("请输入") dict_hero={'a:10','b:21','c:22','d:29','e:30'}
for i in message: print(dict_hero)
print(i)
......
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