Ad
  • Custom User Avatar

    the input is actually like a json file, well in a pythonway to say this you can imagine it as a bunch of dictionaries within a list.

    people = [
    {"name":"John". "points":100},

    {"name"="Peter","points":120}
    ]

  • Custom User Avatar

    oh boy this is definitely not my level as of now (this isn't 7kyu right)