Skip to content
Snippets Groups Projects
Select Git revision
  • 5f7e8dc176661b49e12a0d8425101799ff176d19
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

file1.py

Blame
  • file1.py 79 B
    f = open("io/data/file1")
    print(f.read(5))
    print(f.readline())
    print(f.read())