ZTM-TCPD-05

Run Settings
LanguagePython
Language Version
Run Command
# int float # complex -> complex number from a real part + an optional imaginery part (real + imag*1j) where imag defaults to O. # 5 store in binary base 2 - that is 0 1 print(bin(5)) # return the binary representation of the integer number # 0b101, 0b in python means binary number, 5 in binary number is 101 print(int('0b101', 2))
Editor Settings
Theme
Key bindings
Full width
Lines