PyCout C++'s cout << "Hello" << " World!" << endl; in Python pip install pycout from pycout import * cout << "Sending a " << 1000 << " hellos to the world!" << endl;