MyList = [Привет, пока, посмотри, позже] фраза = mylist [1]
mylist = [“hello”, “bye”,”see ya”,”later”]
myphrase = mylist[1]
Fair Fowl
mylist = [“hello”, “bye”,”see ya”,”later”]
myphrase = mylist[1]