print( hex(16)) 上面语句的结果为( )。
0x10
举一反三
内容
- 0
语句PRINT“INT(-13.2)=”;INT(-13.2)的输出结果为
- 1
语句Print"Sqr(25)=";Sqr(25)的输出结果为()。
- 2
执行语句print(('2020-01-01'.split('-'))[2])的结果为___________。
- 3
语句PRINT"INT(-13.2)";INT(-13.2)的输出结果为().
- 4
请分析下列代码:s={1,2,3,4}print(type(s))上面代码的结果为<class 'dict'>。( )