| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/sofitech05/Source-Code-from-Tutorials/master/Python/08_python.py | [Back] [Original] |
# food list and inside some items
foods = ['bacon', 'tuna', 'ham', 'snausages', 'beef']
for f in foods[:2]:
print(f)
print(len(f))
| Web Proxy Viewer | New URL | Original Page |