Fix typo in Project Euler sol1.py (#1875)

This commit is contained in:
Sanders Lin 2020-04-26 05:27:01 +08:00 committed by GitHub
parent 58271c5851
commit e5dd2b1eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)