题目
题目

INFO1110 (ND) Early Feedback Task

单项选择题

What would be the output of the following code?  a = 5 b = a c = 6 print(c == a)

查看解析

查看解析

标准答案
Please login to view
思路分析
The given code snippet assigns values as follows: a = 5, b = a (so b becomes 5), and c = 6. The expression in the print statement is c == a,......Login to view full explanation

登录即可查看完整答案

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

更多留学生实用工具

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