在WPS 表格中,打开自动筛选功能的快捷键是( )。
A. Ctrl+Shift+R
B. Ctrl+Shift+F
Ctrl+Shift+L
D. Ctrl+Shift+U
查看答案
Python的floor除法现在使用“//”实现,那么3.0//2.0的计算结果是?
A. 1.5
B. 1
C. 1.0
D. 0
0E10是Python语言的整数类型。
A. 对
B. 错
在Python3中,1 / 2 结果是0.5。
A. 对
B. 错
python计算4 ** 2 的值为8。
A. 对
B. 错