mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-08 21:21:13 +08:00
Fix typo in Project Euler sol1.py (#1875)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user