Hi , i just set up a freebie account on PA but the system does not seem to function as I expected. See very simple first script below... it fails to return correct sys version and also fails with error. I'm pretty sure this should work ...but have been wrong before ;-)
1 2 3 4 5 6 7 |
|
output is:
2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2]
Please enter something: d
Traceback (most recent call last):
File "myscript.py", line 6, in <module>
x = input('Please enter something: ')
File "<string>", line 1, in <module>
NameError: name 'd' is not defined