Tätä selainta ei enää tueta.
Päivitä Microsoft Edgeen, jotta voit hyödyntää uusimpia ominaisuuksia, suojauspäivityksiä ja teknistä tukea.
To show a string on the console, what code would you enter?
The code print(my message)
print(my message)
The code println("my message")
println("my message")
The code print("my message")
print("my message")
If you invoke a program with program.py 1 2, what does the code sys.argv[0] contain?
program.py 1 2
sys.argv[0]
It contains program.py, the name of the program.
program.py
It contains 1, the first command-line argument.
1
It contains 2, the second command-line argument.
2
What will happen if you run the statement "1" + 2?
"1" + 2
It will evaluate to 3.
It will give an error.
It will become "12".
You must answer all questions before checking your work.
Onko tästä sivusta apua?