mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-19 13:09:48 +00:00
fixed spelling of coma to comma
This commit is contained in:
parent
4c9efeacb8
commit
d70b9268fe
@ -144,7 +144,7 @@ if __name__ == '__main__':
|
||||
else:
|
||||
input_function = input
|
||||
|
||||
user_input = input_function('Enter numbers separated by coma:\n')
|
||||
user_input = input_function('Enter numbers separated by comma:\n')
|
||||
collection = [int(item) for item in user_input.split(',')]
|
||||
try:
|
||||
__assert_sorted(collection)
|
||||
|
Loading…
x
Reference in New Issue
Block a user