my_string = "0123456789" print(my_string[-2: -6: -2])
x = 20 y = 5 result = (x + True) / (4 - y * False)