We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5056f81 commit ade8b48Copy full SHA for ade8b48
week-07/code/primer.py
@@ -48,3 +48,4 @@ def prime(): # 2, 3, 5, 7, 11, 13, 17, 19, 23...
48
for i in range(101):
49
print i, v.next(), w.next(), x.next(), y.next(), z.next()
50
51
+# try x^2, x^3, counting by threes, x^e, counting by minus seven
0 commit comments