Skip to content

Commit

Permalink
Use more builtins for more optimal length
Browse files Browse the repository at this point in the history
  • Loading branch information
KabirAcharya committed Nov 8, 2024
1 parent 34f8af8 commit 2d4feb3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/originalMappings.csv
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
18,chr(len(str(reversed)))
19,chr(len(str(frozenset)))
20,chr(len(str(set(str(not())))))
21,chr(len(str(set()))+len(str(object)))
22,chr(len(vars(tuple)))
21,chr(len(str(classmethod)))
22,chr(len(str(id)))
23,chr(len(str(bin)))
24,chr(len(str(hash)))
25,chr(len(str(ascii)))
26,chr(len(ascii(str(hash))))
27,chr(len(ascii(str(ascii))))
28,chr(len(str(set()))+len(str(bin)))
26,chr(len(str(divmod)))
27,chr(len(str(compile)))
28,chr(len(str(callable)))
29,chr(len(str(set()))+len(str(hash)))
30,chr(len(str(set()))+len(str(ascii)))
30,chr(len(str(breakpoint)))
31,chr(len(str(type(quit))))
32,min(str(bin))
33,chr((not())+ord(min(str(bin))))
Expand Down Expand Up @@ -70,7 +70,7 @@
69,chr(len(vars(tuple))+len(vars(set)))
70,min(str(()in()))
71,chr((not())+ord(min(str(()in()))))
72,chr(len(str(hash))+ord(str(int())))
72,chr(len(str(help)))
73,chr(len(str(ascii))+ord(str(int())))
74,chr(len(str(ascii))+ord(str(+(not()))))
75,chr(len(vars(dict))+ord(min(str(set()))))
Expand Down

0 comments on commit 2d4feb3

Please sign in to comment.