Commit 64ffde09 by masiluo

2018.1_homework_liuwen

parent 5b3fa60e
def panduan(J,S):
listone = []
for i in S:
if i in J:
listone.append(i)
print(listone)
print(len(listone))
panduan('asdf','asdfgASDFGasdf')
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 to comment