Basic Input and Output

--Originally published at Python Blog

Python has easy format to read and print values. You use this format

Input:

Variable = type_of_variable(input(“The message”))

Output:

print(“Message”,Variable)

**See the value of output dont use (“”) go after (,).

See the program with Basic Input/Outputatom3input-1input-2input-3