num_int=20
num_float=(num_int)
print(num_float)

num_float=17.2
num_str=(num_float)
print(num_str)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: