Question: Program output. Take a look at the following Python script:
#!/usr/bin/env python 1 + 2 * 4
(a) What do you think this script does?
(b) What do you think this script will output?
(c) Type the code in as a script program and execute it. Did it do what you expected? Why or why not?
(d) How does execution differ if you are running this code from within the interactive interpreter? Try it and write down the results.