(no subject)
Jun. 15th, 2023 10:22 amSo, there I am, writing a Day-1 one-liner input statement on the Python course.
My line runs fine, then there's a
It PHYSICALLY HURTS not to dive in and get this working properly :-D
My line runs fine, then there's a
Traceback (most recent call last):
File "main.py", line 33, in
import testing_copy
File "/home/runner/day-1-3-test-your-code/testing_copy.py", line 31
for x in f2:
^
SyntaxError: unexpected EOF while parsing
It PHYSICALLY HURTS not to dive in and get this working properly :-D