From 1c669e9ed6fb623706526fbeaf84f2dd66dbc69c Mon Sep 17 00:00:00 2001 From: Britney Blodget Date: Fri, 24 Aug 2018 13:24:54 -0500 Subject: [PATCH] tech class fun --- solutions/flat_earth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/flat_earth.py b/solutions/flat_earth.py index 6af8c04..82cf832 100644 --- a/solutions/flat_earth.py +++ b/solutions/flat_earth.py @@ -1,7 +1,7 @@ def flat_earth(): the_world_is_flat = 1 if the_world_is_flat: - print 'Be careful not to fall off!' + print 'THE WORLD IS ROUND!' flat_earth()