aboutsummaryrefslogtreecommitdiffstats
path: root/ee2301
diff options
context:
space:
mode:
authorRossTheRoss <msattr@gmail.com>2019-10-15 10:48:02 -0500
committerRossTheRoss <msattr@gmail.com>2019-10-15 10:48:02 -0500
commit0934f8bdc0754708e099899b60d5dd4d90e25704 (patch)
tree2b0eb108563a0d0378ded7adb28710f4a9d52fd5 /ee2301
parentI should probably pay attention (diff)
downloadhomework-0934f8bdc0754708e099899b60d5dd4d90e25704.tar
homework-0934f8bdc0754708e099899b60d5dd4d90e25704.tar.gz
homework-0934f8bdc0754708e099899b60d5dd4d90e25704.tar.bz2
homework-0934f8bdc0754708e099899b60d5dd4d90e25704.tar.lz
homework-0934f8bdc0754708e099899b60d5dd4d90e25704.tar.xz
homework-0934f8bdc0754708e099899b60d5dd4d90e25704.tar.zst
homework-0934f8bdc0754708e099899b60d5dd4d90e25704.zip
THat was fun I guess
Diffstat (limited to 'ee2301')
-rw-r--r--ee2301/collatz.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ee2301/collatz.py b/ee2301/collatz.py
index a9cff4c..d8d1ab8 100644
--- a/ee2301/collatz.py
+++ b/ee2301/collatz.py
@@ -15,8 +15,8 @@ def collatzConjecture(n):
raise AssertionError
#main
-for i in range (1,3):
+for i in range (1,2):
print("")
-collatzCount(10000)
+collatzCount(100)