http://tehbemfqolualhxwkyimu3bdob5s4hkrfuwbwxzbblncjy2j2owgolqd.onion/documentation.html
Since tako is a superset of Python, you are able import modules, print values, and use other built-in Python functionality directly from the command prompt: ~ $ import sys ~ $ print(sys.version)
3.5.2 (default, Aug 26 2016, 06:23:54)
[GCC 4.9.2] If you have third-party Python modules installed, you can use those as well: ~ $ import numpy ~ $ print(numpy.mean(range(4)))
1.5 You can also create and use literal data types, such as ints, floats, lists, sets, and dictionaries. Everything that...