x = 10
print(type(x))// type int
x = float(x)
print(type(x))// flot type

Younes Derfoufi
my-courses.net

Leave a Reply