RV
Size: a a a
RV
x
АП
x
x
AS
x
x
AS
x
AS
while True:
carMake = (input("Enter Car Maker: ")) # Returns string
if any([i.isdigit() for i in carMake]):
print("Unavailibal, only letters !")
continue
break
while True:
carModel = (input("Enter Car Model: ")) # Returns string
if any([i.isdigit() for i in carModel]):
print("Unavailibal, only letters !")
continue
break
AS
AC
x
A
[{'file_size': int, 'time': float}, {'file_size': int, 'time': float}...]
{
hash_function_1: [{'speed': float, 'block_size': int}, {'speed': float, 'block_size': int}...],
hash_function_2: [{'speed': float, 'block_size': int}, {'speed': float, 'block_size': int}...],
}
x
RV