Knowledge check

Completed

Check your knowledge

1.

To show a string on the console, what code would you enter?

2.

If you invoke a program with program.py 1 2, what does the code sys.argv[0] contain?

3.

What will happen if you run the statement "1" + 2?