how to fix File syntax error: invalid syntax

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • diegooo
    New Member
    • Feb 2022
    • 1

    how to fix File syntax error: invalid syntax

    hi, so my code looks like this
    Code:
    for x, name in enumerate(clients.name, 1):
    yet keep getting "SyntaxErro r: Invalid syntax"

    i'm new to coding, so sorry if this seems like a dumb question.
  • balenaucigasa
    New Member
    • Feb 2022
    • 2

    #2
    clients.name is class not tuple or list

    Comment

    Working...