In this lesson, we will go over some of the basics in Python, including strings, integers, f-strings, the print function, and the input function. A string is text or characters, while an integer is a whole number. The print function is used to display output on the screen, and the input function lets us type something into the program. Finally, f-strings allow us to combine text and variables when printing.
Lesson 1: Introduction to Python
0/2
Lesson 2: Start making decisions in your code
0/2
Lesson 3: Expanding if statements using elif(else if)
0/1
Lesson 4: While Loops
0/2
Lesson 5: For loops
0/2
