From 7176a7bea3e6decd68e76feedfae4f74dd122c42 Mon Sep 17 00:00:00 2001 From: Sumindar <32561380+Sumindar@users.noreply.github.com> Date: Wed, 24 Oct 2018 23:04:18 +0530 Subject: [PATCH] Update 08_python.py --- Python/08_python.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))