| Hosted by CoCalc | Download
from __future__ import print_function
print(1,2,'foo')
(1, 2, 'foo')