Concepts
What is afiletype
Python file type
Python Standards
More Python commands
3.
What is aFile type
Comes after the dot in the file name
No required
Helps Windows know default edit program
Can be changed – but may cause issues
Helps you and other people know what is in the program
More Python commands– Ascii art
• Comment
• Python module
• Def name_of_module colon
• Name_of_module describes the art
• Return at end of module
• Use ASCII Art Generator
9.
More Python commands- logic
• While
• Variable names
• values for variables
• Equals (=) (Sets a value)
• Double equals (==) Tests for equality
• For