Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

SyntaxError: invalid syntax #48

Closed
JoeSchmoe2021 opened this issue Mar 5, 2021 · 1 comment
Closed

SyntaxError: invalid syntax #48

JoeSchmoe2021 opened this issue Mar 5, 2021 · 1 comment

Comments

@JoeSchmoe2021
Copy link

File "./of.py", line 186
dwnld_stats = f"{cur_count}/{total_count} {round(((cur_count / total_count) * 100))}% " +
^
SyntaxError: invalid syntax

the arrow is pointing to the 2nd ". I've tried removing and recreating both ", but no dice. Any ideas?

Python 2.7.18
Linux

@k0rnh0li0
Copy link
Owner

Hello, this is a Python 3 script, but you're running it in Python 2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants