Question No : 1
What is the output of the following snippet?
정답:
Question No : 2
Which of the following statements are correct? (Choose two.)
정답:
Question No : 3
The // operator:
정답:
Question No : 4
Which expression evaluates to 7?
정답:
Question No : 5
Consider the following code.
Which statement will print True to the monitor? (Choose two.)
정답:
Question No : 6
What is the result of the following operation?
정답:
Question No : 7
Which of the following is the correct order of operator precedence?
정답:
Question No : 8
What is the expected output of the following code?
print('Mike' > 'Mikey')
정답:
Question No : 9
What is the expected output of the following code?
정답:
Question No : 10
The result of the following division:
정답:
Question No : 11
What is the expected output of the following code?
x = 2
y = 6
x += 2 3
x //= y // 2 // 3
print(x)
정답:
Question No : 12
What is the data type of x, y, z after executing the following snippet?
정답:
Question No : 13
What is the expected output of the following code?
정답:
Question No : 14
What is the expected output of the following code?
정답:
Question No : 15
What would you insert instead of ???, so that the program prints True to the monitor?
정답: