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

help.c

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