how to put stuff in the console in python code example
Example 1: how to write something in the pyton console
#to write something in the console just type print()
#like this:
print("Hello World!")
Example 2: inpuit inf terfminal ppython
userInput = input("This is a prompt for the input")
print userInput