Toggle navigation
首页
题库
试卷
教程
动态
下载
查询
Tips
如需搜索2023年5月14日第十四届蓝桥杯青少组省赛Python真题及答案, 搜蓝桥杯即可
1
29.print(int(4.5)==float(4)输出结果是False。() 正确 错误
2024-10-02
2
14、当执行如下操作后,输出结果为__________(5 分) my_list = [4,7,8,10] my_list.append(9) my_list.remove(10) print(my
2024-09-17
3
output.py文件和test.py文件内容如下,且output.py和test.py位于同一文件夹中,那么运行test.py的输出结果是( )。A #output.
2024-08-09
4
14.下列各语句输出结果为True的是?( ) A.print((0>1)or(2>1)) B.print(not 1) C.print((1>=0)and(1>=2))
2024-07-28
5
11.假设a="吉祥";b="如意";c="a"+"b";print(c),请问输出结果是?( ) A.吉祥如意 B
2024-07-28
6
语句print('x=${:7.2f}'.format(123.5678))执行后的输出结果是( )。选项中的□代表空格。 A.x=□123.56
2024-07-22
7
17. 已知列表a=[1,2,3,4,5],下列语句输出结果为False的是?( ) A、print(a[3]==a[-2]) B、print(a[:3]==a[:-2]) C、print(a[
2024-06-25
8
31. print(type("6.78")),输出结果是6.78。( ) 正确 错误
2024-06-09
9
12. print(8/4 == 8.0//4),请问输出结果是?( ) A.2 B.2.0 C.False D.True
2024-06-09
10
第 3 题 cout << (8< 9< 10) 的输出结果为 true 。
2024-05-19
11
for i in range(1,5,5): print(i) 输出结果为 A 0 B 2 C 1 D 5
2024-04-16
12
4. 下列选项的输出结果为 True 的是? A. 2>0 and 3<0 or 3<0 B. 2>0 or 3<0 and 3<0 C. not ('1
2024-03-05
13
第 4 题 下列选项的输出结果为 True 的是? A. 2>0 and 3<0 or 3<0 B. 2>0 or 3<0 and 3<0 C. not (
2024-03-05
14
第 2 题 单选题 print("1"+"3")的输出结果是() A.4 B.1+3 C.13 D.13
2024-02-28
15
世界很大”+“人很渺小”的输出结果是( )。 A.世界很大人很渺小 B.“世界很大”“人很渺小” C.“世界很大”+“人很渺小”
2023-10-27
16
len("hello world!")的输出结果为( )。 A.10 B.11 C.9 D.12
2023-10-27