Consider the following Python code snippet:
def verify_score(score):
passing_score = 50
if score >= passing_score:
print("Pass")
else:
print("Fail")
Give the complete line of code from this snippet that creates and initialises a variable.
62 exam-style questions on Edexcel IGCSE Computer Science Develop code. Each one has a worked solution and a mark scheme showing where the marks go.