what's the output of a python programm code example
Example 1: how to print something in python
print("hello guys")
Example 2: how to cout in python
print raw_input('What is your name? ')
print("hello guys")
print raw_input('What is your name? ')