home
Learn
screen_rotation
num = [100, 200, 600, 400, 300, 250,1000,1100,900,800] if 600 in num: print("Yes, Element found")
Program Output
Yes, Element found