01-02-2013, 08:46 AM
You need to write the data into a .py file. Python is an interpreter language. So for example, run the command in terminal "touch test.py", "cat test.py", then type
End the cat, then type "python test.py"
And it will run XD
Code:
v = 3
v = v + 1
print v
And it will run XD