Ad
  • Custom User Avatar

    I don't get it. Why shouldn't the 1 be in the list?

    "Testing for None, t, t, m, z, 2, 3, s, c, m, True, n, r, i, 9, q, 2, j, p, 1, z

    It should work for random inputs too: [True, 1, 2, '3', '9', 'c', 'i', 'j', 'm', 'n', 'p', 'q', 'r', 's', 't', 'z'] should equal [True, 2, '3', '9', 'c', 'i', 'j', 'm', 'n', 'p', 'q', 'r', 's', 't', 'z']"

  • Custom User Avatar

    In the description for the python version the dict keys read as variables and not strings, i.e no qoutes around first_name etc.

  • Custom User Avatar

    On first attempt I passed even though I had the criteria for 'the dog' set to 'bool' (because eyeing test input more than description when writing). The description says everything else than str, float and int should return 'the dog'. I guess the tests should be more extensive?