Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 442 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 442 Bytes

PyCout

C++'s cout << "Hello" << " World!" << endl; in Python

Actions Status Actions Status

pip install pycout

from pycout import *

cout << "Sending a " << 1000 << " hellos to the world!" << endl;