Concept Flow - Numeric values (int and float behavior)
Start
Assign int or float
Use in expressions
Operations: +, -, *, /
Result type depends on operands
End
This flow shows how Python handles numbers: assigning integers or floats, using them in math, and how results keep or change types.