A quiet enigma. We don't know anything about PlaceReporter99 yet.
Python, 55 Bytes lambda x:chr(int(bin(ord(x))[2:].rjust(8,"0")[::-1],2)) Takes input as the actual byte, and outputs the actual byte. Try it online!
posted 3y ago by PlaceReporter99 · edited 3y ago by PlaceReporter99
Python 3, 55 bytes from math import*;print(int(sin(int(input())*pi/2)**2)) Why not do something slightly unconventional? Try it online!
posted 4mo ago by PlaceReporter99