Ad
  • Custom User Avatar

    Which language are you using there? Those aren't the input values for Python:

    def scramble(s1, s2):
        # your code here
        print(s1, s2)
        pass