Ad
  • Default User Avatar

    Sorry I didn't specify, yes in Python. Also, what trashy_incel said.

  • Default User Avatar

    To fix this from the testing side, whoever set up the tests should be using == (value comparison) instead of is (reference comparison) to compare strings. If this is not a deliberate decision on their part, it's a mistake in the test setup.