mirror of
https://github.com/ada-dmitry/lab6.git
synced 2026-09-24 01:10:15 +00:00
rebase
This commit is contained in:
@@ -46,8 +46,8 @@ def validate_input(prompt, min_value, max_value):
|
||||
print("Введенное значение должно быть числом.")
|
||||
|
||||
|
||||
test1 = 'erhwogngonwro'
|
||||
test2 = '1 minute'
|
||||
test3 = '2 hours 3 minutes'
|
||||
# test1 = 'erhwogngonwro'
|
||||
# test2 = '1 minute'
|
||||
# test3 = '2 hours 3 minutes'
|
||||
|
||||
print(validate_time_format(test1), validate_time_format(test2), validate_time_format(test3))
|
||||
# print(validate_time_format(test1), validate_time_format(test2), validate_time_format(test3))
|
||||
Reference in New Issue
Block a user