aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubos Kolouch <lubos@kolouch.net>2021-10-09 13:45:13 +0200
committerLubos Kolouch <lubos@kolouch.net>2021-10-09 13:45:13 +0200
commit87703e7d24524efcd104b1b3f70c97b1719ecd03 (patch)
treed88c2dee81762a87bafc00b3a1696902990122ab
parent136fb62d1de876d28a11733c8a8bd2d74f6e535b (diff)
downloadperlweeklychallenge-club-87703e7d24524efcd104b1b3f70c97b1719ecd03.tar.gz
perlweeklychallenge-club-87703e7d24524efcd104b1b3f70c97b1719ecd03.tar.bz2
perlweeklychallenge-club-87703e7d24524efcd104b1b3f70c97b1719ecd03.zip
Challenge 133 Task 2 Python LK
-rw-r--r--challenge-133/lubos-kolouch/python/ch-2.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/challenge-133/lubos-kolouch/python/ch-2.py b/challenge-133/lubos-kolouch/python/ch-2.py
new file mode 100644
index 0000000000..5762c277d2
--- /dev/null
+++ b/challenge-133/lubos-kolouch/python/ch-2.py
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+from pyoeis import OEISClient
+
+c = OEISClient()
+seq = c.get_by_id('A104170')
+
+print(seq.unsigned(10))