Question at position 14 What will be the output of the program after the following code fragment is executed? [table] 1  def function_1(num_1: int):2 x = num_1 * 23 return num_1 + 2 4 5 def function_2(num_2: int):6 y = num_2 // 27 return num_2 + 1 8 9 def main():10 x = 311 y = 412 13 print(function_1(x))14 print(function_2(y))15 print(x, y)16 17 main() [/table] 833 4556 2555 5553 4Clear my selection单项选择题

A

8 3 3 4

B

5 5 6 2

C

5 5 5 5

D

5 5 3 4

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!