You are viewing a single comment's thread. Return to all comments →
def introTutorial(V, arr): return arr.index(V)
Intro to Tutorial Challenges
You are viewing a single comment's thread. Return to all comments →
def introTutorial(V, arr): return arr.index(V)