Traceback (most recent call last):
File “C:/python310/employee management project.py”, line 4, in
from db import Database
File “C:python310libsite-packagesdb_init_.py”, line 69
print “var”, var
^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(…)?
i tried to create employee management project with python tkinter but it throws this error
New contributor
Mohan G is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1