aboutsummaryrefslogtreecommitdiff
path: root/challenge-004/lubos-kolouch/python/ch-1.py
blob: 207ba38b0855242678de6d78cf4f9e97b0742097 (plain)
1
2
3
4
5
6
import os

script_size = os.path.getsize(__file__)
pi = "3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679"
print(pi[:script_size])