Dec-07-2021, 08:32 AM
Hello, I need help. Me not have experience to use Python. Can anyone help me how to fix it ? Thank you.
i: int=0 for group in groups: print('['(int(i)+']' - '+group.title')) i+=1Explanation coming out
Error:SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
print('['(int(i)+']' - '+group.title'))
TypeError: unsupported operand type(s) for +: 'int' and 'str'