You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\Users\Алексей\Documents\Работа\PKK\pkk5-master\pkk5.py", line 35
print j, data['feature']['attrs'][j]
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print j,
data['feature']['attrs'][j])?
Показывает ошибку на j
The text was updated successfully, but these errors were encountered:
File "C:\Users\Алексей\Documents\Работа\PKK\pkk5-master\pkk5.py", line 35
print j, data['feature']['attrs'][j]
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print j,
data['feature']['attrs'][j])?
Показывает ошибку на j
The text was updated successfully, but these errors were encountered: