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)
>>>