x=int(input("Ingrese sus gigabytes a pasar a megabytes "))

megabytes=x*1024

print(f"Sus gigabytes a megabytes son {megabytes}")

Embed on website

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