Intro to Tutorial Challenges

  • + 1 comment

    My solution in Python3:

    def introTutorial(V, arr):
      return arr.index(V)