import time as t
import adafruit_dht as dht
while True:
  umid,temp = dht.read_retry(dht.DHT22, 2)
  print('Temp: {0:0.1f}                   Umid: {1:0.1f}'.format(temp,umid))

  t.sleep(15)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT