From 51bcaf1708e59f4a554790386f8f8d9aadbbc9c5 Mon Sep 17 00:00:00 2001 From: SMurphyTech <48795822+SMurphyTech@users.noreply.github.com> Date: Fri, 4 Oct 2019 12:29:19 -0400 Subject: [PATCH] Create BigFunny.py --- BigFunny.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 BigFunny.py diff --git a/BigFunny.py b/BigFunny.py new file mode 100644 index 0000000..f50cab9 --- /dev/null +++ b/BigFunny.py @@ -0,0 +1,6 @@ + +x = 2 + +while x < 100: + x += 1 + print(x)