Which function accepts two strings as arguments and returns True if the second string is contained in the first string or False if not?
a. append
c. contains
b. concatenate
d. substring
b. concatenate
Computer Science & Information Technology