cout statements python code example
Example 1: how to cout in python
What is your name? <user input data here>
Example 2: how to cout in python
print raw_input('What is your name? ')
What is your name? <user input data here>
print raw_input('What is your name? ')