Skip to content

Commit

Permalink
shortened a few characters
Browse files Browse the repository at this point in the history
  • Loading branch information
sealldeveloper committed Oct 17, 2024
1 parent bad32c6 commit 436a3a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/originalMappings.csv
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
51,str(len(hex(int())))
52,str(len(str(not())))
53,str(len(str(set())))
54,chr(len(str(set))+ord(max(str(()))))
55,chr(len(str(dict))+ord(max(str(()))))
54,str(len(str(complex(not()))))
55,max(str(ord(max(str(not())))))
56,max(str(ord(str(int()))))
57,chr(len(vars(tuple))+len(vars(dict)))
57,max(str(ord(str(+(not())))))
58,chr(len(str(bin))+len(vars(dict)))
59,chr(len(str(hash))+len(vars(dict)))
60,next(iter(str(bin)))
61,chr(len(str(set))+ord(str(int())))
62,chr(len(str(dict))+ord(str(int())))
62,next(reversed(str(object())))
63,chr(len(str(bytes))+ord(str(int())))
64,chr(len(str(bin))+ord(max(str(()))))
65,chr(len(str(hash))+ord(max(str(()))))
Expand Down

0 comments on commit 436a3a0

Please sign in to comment.