Tapez les conversions en python

i := 2 // int
f := float64(i) //int to float
u := uint(i) // int to uint
Harendra