Demonstrate your brilliance by embedding code with impeccable taste and beautiful style. lisp 1;;; Numbers 2 39999999999999999999999 ; integers 4#b111 ; binary => 7 5#o111 ; octal => 73 6#x111 ; hexadecimal => 273 73.14159s0 ; single 83.14159d0 ; double 91/2 ; ratios 10#C(1 2) ; complex numbers Not too sure what any of this means.