index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-006
/
zapwai
/
python
/
ch-2.py
blob: 74690ddafaf23e1ba2cda0f27be5430552148753 (
plain
)
1
2
3
from
sympy
import
*
s
=
exp
((
pi
*
sqrt
(
163
)))
.
evalf
(
35
)
print
(
s
)