home
Learn
screen_rotation
num = [100, "Hi", 600, 400] num.remove("Hi") print(num)
Program Output
[100, 600, 400]