MCPcopy
hub / github.com/csev/py4e / avelist.py

File avelist.py

old/old-code/avelist.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1numlist = list()
2while ( True ) :
3 inp = raw_input('Enter a number: ')
4 if inp == 'done' : break

Callers

nothing calls this directly

Calls 2

listFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected