Hi guys please I have a problem with my pydroid 3 app
from sys import argv script,first,second,third= argv print("the script is called ", script) print("the first variable is ", first) print("the second variable is " , second) print("the third variable is " , third) The script is called: unfinished.py Your first variable is : first Your second variable is : second your third variable is : third Traceback (most recent call last): File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 31, in <module> start(fakepyfile,mainpyfile) File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 30, in start exec(open(mainpyfile).read(), __main__.__dict__) File "<string>", line 8 The script is called: unfinished.py ^ SyntaxError: invalid syntax [Program finished] This is what I got