In this lesson, students will get an overview of the project and start learning about how to write arithmetic expressions, assign values to variables, and call the print function in Python.
Students will be able to…
print()
functions.print()
function.In this lesson, students learn how to get input from the user using the input()
function. By default, the input from the user is read as a string. Students will convert input values into a numerical data type (e.g. int
) to perform arithmetic operations and then convert calculations into a string in order to print the results.
Students will be able to?
input()
functionint()
or float()
functions.