Concept Flow - Type conversion (int, float, string)
Start with a value
Choose conversion type
int()
Converted value of chosen type
Use value
Start with a value, pick a conversion function (int, float, or str), convert the value, then use the new type.