This website works better with JavaScript.
Home
Explore
Help
Sign In
telboon
/
Project-Euler
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Workings & Source for Project Euler solutions
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
0
Tags
710 KiB
Python
96.7%
Go
3.3%
Tree:
dfd3a86429
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'dfd3a86429'
${ noResults }
Project-Euler
/
112_bouncy.py
5 lines
57 B
Raw
Blame
History
import
math
def
checkBouncy
(
a
)
:
length
=
math
.
log
(
a
,
10
)
Reference in new issue