...
The problem was about how to run a Python Script which involves some user interaction:***print “Hello world.”age = input (“How are old, dear world?”)print “Ohh,”, age, “ so aged?”***