diff --git a/Python/08_python.py b/Python/08_python.py index a094754..87ade79 100644 --- a/Python/08_python.py +++ b/Python/08_python.py @@ -1,6 +1,6 @@ # food list and inside some items -foods = ['bacon', 'tuna', 'ham', 'snausages', 'beef'] +foods = ['bacon', 'tuna', 'ham', 'snausages', 'beef','meat'] for f in foods[:2]: print(f) - print(len(f)) \ No newline at end of file + print(len(f))