From 50da72dabc90cb94dc9b6c25b7436721acfeb970 Mon Sep 17 00:00:00 2001 From: Juan Manuel Lluesma Mas Date: Thu, 11 Nov 2021 20:36:26 +0100 Subject: [PATCH] Update lotsofmenus.py Added parenthesis to the print --- Lesson_1/lotsofmenus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lesson_1/lotsofmenus.py b/Lesson_1/lotsofmenus.py index b86d401..e4c78f0 100644 --- a/Lesson_1/lotsofmenus.py +++ b/Lesson_1/lotsofmenus.py @@ -377,4 +377,4 @@ session.commit() -print "added menu items!" +print("added menu items!")