I want to execute the following Python script by doubleclicking:
exec(open(\'helloworld.py\').read())
The script helloworld.py i
helloworld.py