Commit 54f0463b by BellCodeEditor

save project

parent f9fef86a
Showing with 8 additions and 3 deletions
for i in range(10): str= '我想要你们进行一今@#%¥&*!天非要算要社会王练打字快习惨败的文案是的字的方法解释无用密秘哈哈!'
print('我想要你们进行一今@#%¥&*!天非要算要社会王练字打字快习惨败的文案是的字的方法解释无用密秘哈哈!',sep=2,\n) name=' '
\ No newline at end of file num=0
for i in str:
if num %4 ==0 and i!='@' and i!='¥':
name+=i
num+=1
print(name)
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