Execute this Program in Python. Open a new file and then execute the program. Save the Program and check the output in Python Idle. (Or) Use the Online Python Compiler to execute the Program. Include the screenshot of both your Python program which you typed and as well as Output you got from Python Idle.
15 marks
star = 6
Arnold4Sylvester1
"Jackie Chain"
5
Brad Pitt
mykey = int(input("Enter the key: "))
if mykey not in star:
print("YES")
else:
print("NO")
# Follow the Indentation rule. Do not cut, copy, and paste the program.