import math
from math import sqrt
ord("r")
from math import sin
[x for x in range(100) if x % 2]
import pathlib
ord("d")
alias bracket echo "Input in brackets: <%l>"
import sys
import re
from math import cos
ord("p")
1 + 1 == 2
from pyhstr import hh
tau == 2 * pi
import subprocess
%whereami
subprocess.run(['ls', '-la'])
"spam".encode("utf-8")
" Hello, world ".strip()
4 / 2
2 ** 10
[x for x in range(100)]
from math import tau
print(sys.argv)
print(sys.executable)
%alias_magic t timeit
__import__("math").pi
assert hasattr(subprocess, 'run'), "install a newer python lel"
print("SPAM")
