2 Antworten
+ 3
https://docs.python.org/3/library/functions.html#bin
bin(x)
"Convert an integer number to a binary string. The result is a valid Python expression. If x is not a Python int object, it has to define an __index__() method that returns an integer."
+ 5
@Daniel Thomalla THANKS!