Start IDLE.
Navigate to the File menu and click New Window.
Type the following:
nested_list=[“Best’,[4,7,2,9]]
print(nested_list[0][1]