BeginnerCategory 3 of 21
Variables & Data Types
Understand how to store and work with different types of data.
1
Assign Variables
Assign an integer, float, and string to variables and print them.
Start
2
Swap Variables
Swap two variables without a temporary variable.
Start
3
Rectangle Area
Calculate the area of a rectangle.
Start
4
Type Inspection
Use type() to inspect variable types.
Start
5
Dynamic Typing
Reassign a variable to a different type.
Start