When doing python3 Webhook.py (this is the file), it gives me the error: File \"\", line 1 (%X - %x) ^ SyntaxError: invalid syntax
python3 Webhook.py
File \"\", line 1 (%X - %x) ^ SyntaxError: invalid syntax
I pass the string in the like print(f"The length of the set is {len(s) elements}")
So I just move my string out of and problem solved. print(f"The length of the set is {len(s)} elements")