Remix.run Logo
Sohcahtoa82 3 days ago

It'd be interesting to see another result:

Adversarially named variables. As in, variables that are named something that is deliberately wrong and misleading.

    import json as csv
    close = open
    with close("dogs.yaml") as socket:
        time = csv.loads(socket.read())
    for sqlite3 in time:
        # I dunno, more horrifying stuff