From 38b143680612b8e93c047bbc9b817ecc60e68c39 Mon Sep 17 00:00:00 2001 From: Oscar Diaz Date: Mon, 8 Jan 2018 22:29:15 -0600 Subject: [PATCH] missing parens in print statement --- 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!")