mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-27 18:43:52 +08:00
Merge branch 'master' of https://github.com/daniel-s-ingram/PythonAlgorithms
This commit is contained in:
@ -35,4 +35,4 @@ if __name__ == '__main__':
|
||||
n = int(sys.argv[1])
|
||||
print(sum_of_primes(n))
|
||||
except ValueError:
|
||||
print('Invalid entry - please enter a number.')
|
||||
print('Invalid entry - please enter a number.')
|
||||
|
Reference in New Issue
Block a user