在线名词解释大全
专业、全面、易懂的全领域名词百科
首页
>
Python程序设计
>
详细
38 Whatisxafterthefollowingstatements?()x = 1y = 2x *= y + 1
题型:单选题
选项
A.
x is 1
B.
x is 2
C.
x is 3
D.
x is 4
正确答案: