Output hello.py: display text on the screen display1.py: display a number on the screen display2.py: display a variable's value on the screen display3.py: display text and a variable's value on the screen
Input input1.py: read a string from the keyboard input2.py: read an integer from the keyboard input3.py: read a floating point number from the keyboard