home
Learn
screen_rotation
num = [100, 200, 600, 400] del num[1] print(num)
Program Output
[100, 600, 400]