6PM – Intro To Python – Joshua
First Quiz No homework I know it might have been a tough quiz. We will go over some of the finer points next class. Rest up, and have a good rest ofRead More...
First Quiz No homework I know it might have been a tough quiz. We will go over some of the finer points next class. Rest up, and have a good rest ofRead More...
What We Did We reviewed if elif else statements Did some examples with asking user for input We learned how to take user input and use the values in if statements HomeworkRead More...
Your HW: Work on the conversion method "Celsius to Kelvin" Kelvin = Celsius + 273.15 "Kelvin to Celsius" Celsius = Kelvin - 273.15 "Fahrenheit to Kelvin" Convert from Fahrenheit to Celsius ConvertRead More...