Search for tag: "decimals"
Lesson 14.2 Functions with Try-ExceptTry-except statements will allow use to write functions that we could not write with conditional statements. In this video, we show how to use try-except as a general programming tool.
From Hannah Lee
70 plays
|
|
Lesson 1.3. Float ExpressionsIntegers are not the only number type in Python. There is also the float type, which is the set of real numbers. Floats can do just about everything that integers So why then does Python need a…
From Hannah Lee
173 plays
|