how to cout in python code example
Example 1: how to print python
print("Hello World")
Example 2: how to cout in python
What is your name? <user input data here>
Example 3: how to cout in python
print raw_input('What is your name? ')
Example 4: how to print in pyhton
print("Hello World!")