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

objtuple.c

Blame
  • list_clear.py 55 B
    # tests list.clear
    x = [1, 2, 3, 4]
    x.clear()
    print(x)