News

Python makes a pretty nice interactive calculator. You can do the other way around, too, with the builtin function bin(x). (And there are also hex() and oct() builtins, if you also need to go back ...
In Python, a list is created using square brackets. For example, one can create a list of numbers like this: One can also create a list of strings or a combination of different data types.