Skip to content

Commit 2ad168d

Browse files
committed
Added comment about Python versions
1 parent e96fb78 commit 2ad168d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Linear_Intersection_Factorization.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Garrick Larson
55
# 2018/2/1 0121 hrs
66
# prime factors were downloaded from http://www.primos.mat.br/
7+
# doesn't seem to work in Python 2. Works in my version of Python 3
8+
79
f1 = 999999999959
810
f2 = 999875882263
911
cp = f1 * f2

0 commit comments

Comments
 (0)