单项选择题

以下代码你能猜到屏幕会打印什么内容吗?( ) 
>>>first = 520 
>>>second = '520'
 >>>first = second 
>>>print(type(first))
A、int
B、520
C、'520'
D、

微信扫码免费搜题