mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-12-18 17:20:16 +00:00
Fix typo in Project Euler sol1.py (#1875)
This commit is contained in:
parent
58271c5851
commit
e5dd2b1eb7
|
@ -45,7 +45,7 @@ def two_pound(x):
|
||||||
|
|
||||||
|
|
||||||
def solution(n):
|
def solution(n):
|
||||||
"""Returns the number of different ways can £n be made using any number of
|
"""Returns the number of different ways can n pence be made using any number of
|
||||||
coins?
|
coins?
|
||||||
|
|
||||||
>>> solution(500)
|
>>> solution(500)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user