Python
Basic syntax and semantics, output, comments
Basic syntax and semantics, output, comments
Install latest version of Python. (Uncheck box for all users on classroom computers.)
Configure IDLE to Open Edit Window (Options - Configure IDLE - General).
Save Python program files with a .py file extension.
Start all files with a comment including your name and a description of the file.
# Prof. Vanselow
# An integration of everything I have learned about programming
print("Welcome to my Integration Project!")