import time
time.sleep(0.1) # Wait for USB to become ready
print("Hello, Pi Pico W!")
a=float(input("Digite la temperatura Fahrenheit = "))
print("Temperatura en Celsius =",(int(a)-32)/(1.8),"°C")import time
time.sleep(0.1) # Wait for USB to become ready
print("Hello, Pi Pico W!")
a=float(input("Digite la temperatura Fahrenheit = "))
print("Temperatura en Celsius =",(int(a)-32)/(1.8),"°C")