6PM – Intro To Python – Joshua
Today We Did: We Worked on bug fixing different types of errors Name Syntax Indentation Type Error How to look at a bugfix message Homework: In one new file, “Sep26_errors_fix”, do theRead More...
Today We Did: We Worked on bug fixing different types of errors Name Syntax Indentation Type Error How to look at a bugfix message Homework: In one new file, “Sep26_errors_fix”, do theRead More...
What We Did Reviewed the functions with return values Went over the homework problems and did some examples with functions Homework Create a new file Sept_26_FunctionsWReturnValue.py and copy code from pages 137-139Read More...
Gamas Sub Today We Did We reviewed if else homework We went over if elif else statements We went over "and" , "or" inside if statements We went over list. Homework CreateRead More...
Today We Did: inputs() how to integrate inputs to if and else Remember to indent after your if statements and to not accidently indent an if statement for no reason input_variable.lower() canRead More...