Help me in solving PYTH12 prTraceback (most recent call last): File "/mnt/sol.py", line 3, in <mod

My issue

Traceback (most recent call last):
File “/mnt/sol.py”, line 3, in
print(7, “plus”, 3, equals, 10)
^^^^^^
NameError: name ‘equals’ is not defined
this error in given in all programs

My code

# Add "equals" and 10 at the place of __, __

print(7, "plus", 3, equals, 10)

Learning course: Learn Python Programming
Problem Link: https://www.codechef.com/learn/course/rcpit-python/RCPITPY03/problems/PYTH12
strong text