import time 

time.sleep(0.1) # Wait for USB to become ready

print("Hello, Pi Pico!")

t_file = 'time.txt'
#t = str(time.time())
#print(t)

with open(t_file,'a') as f:
  t = str(time.time())+'\n'
  f.write(t)

time.sleep(2) 

with open(t_file,'a') as f:
  t = str(time.time())+'\n'
  f.write(t)

with open(t_file,'r') as f:
  r = f.read()
  print(r)

import os

print(os.stat('/'))

BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT
D0D1D2D3D4D5D6D7GNDLOGIC