Add a closing parenthesis:
print("<tr><td>{}</td> <td>".format(attributes["id"]))
# Missing here ^
solved python syntax error although syntax is correct [closed]
Add a closing parenthesis:
print("<tr><td>{}</td> <td>".format(attributes["id"]))
# Missing here ^
solved python syntax error although syntax is correct [closed]