a=float(input("Ingrese  un valor en Gigabytes para convertirlo a megabytes"))

print(a," Gigabytes en megabytes son:")
a*=1024

print(a," megabytes")

Embed on website

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