Question: def hidden _ char ( input _ str , hidden _ char ) : ' ' ' Returns True if string hidden _ char is
def hiddencharinputstr hiddenchar:
Returns True if string hiddenchar is found in the given string.
You may not use the keyword in
Arguments:
inputstr: a string
hiddenchar: the character to look for in inputstr
Returns: A boolean representing whether or not hiddenchar is in inputstr
# your solution code should start here
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
