- Learn Python in 7 Days
- Mohit Bhaskar N. Das
- 35字
- 2025-04-04 19:20:06
Mixed Mode Conversion
In the preceding example, 11/2.0, the less general type integer, 11, is temporarily and automatically converted into float 11.0. Then, the calculation is performed. It is called mixed mode conversion.