Commit 099eafc5 by BellCodeEditor

auto save

parent 5ec53ebb
Showing with 11 additions and 0 deletions
# a='wo 12 34 12 45 67'
# #字符串转列表
# b=a.split(' ')#将字符串以某种形式进行分割,变成列表
# s=0
# for i in b[1:]:
# s+=int(i)
# b.append('170')
b=['1','2','3','4','4']
a='aaa'.join(b)
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