Halli, I'm a beginner in Python. I learn with books. When describing a tuple, the brackets are also output when printing. This is not the case in the book. Do I have a mistake somewhere?
test=(12,12)
print (test)
Python 3.5.4 (default, Feb 11 2018, 12:46:54)
[GCC 6.4.0] on linux
Type "copyright", "credits" or "license()" for more information.
>>>
=================== RESTART: /home/fridolin/python/test.py ===================
(12, 12)
>>>