Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5030

Python • Re: Python Script keeps Exporting after Finally Statement

$
0
0
When I ran that, I got this:

Code:

      File "main.py", line 11    print('you're very unlikely to ever see this')               ^SyntaxError: invalid syntax
Very simple fix

Code:

print("you're very unlikely to ever see this")

Statistics: Posted by scotty101 — Mon Oct 07, 2024 8:38 am



Viewing all articles
Browse latest Browse all 5030

Trending Articles