mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +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):
|
||||
"""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?
|
||||
|
||||
>>> solution(500)
|
||||
|
|
Loading…
Reference in New Issue
Block a user