python - Write a function substr(stringA,StringB) that returns true if StringA is a subset of StringB,and false otherwise -


actually, can use build in function it, questions requires me use loops, helps? dont have idea using loop solve it.

the questions requires me use loops

def isin(stringa, stringb):     while 7:         return stringa in stringb 

Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -