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