Python 竞赛考级测试
10 articles
Python PSTK – 5 模拟卷 A
Last Updated: 2024年3月30日一、单选题(20题,每题3分) 以下程序输出的结果为( ) b = 4+3j print(type(b)) A...
Python PSTK – 5 模拟卷 B
Last Updated: 2024年3月30日一、单选题(20题,每题3分) python中,下面哪个函数可以打印复数的实数部分 ( ) A、 print(...
Python PSTK – 4 模拟卷 B
Last Updated: 2021年7月25日一、单选题(20题,每题3分) 以下语句的输出结果是( ) a=121+1.21 print(type(a))...
Python PSTK – 6 模拟卷 A
Last Updated: 2024年3月30日一、单选题(10题,每题3分) 下Python语句的运行结果是( ) for i in range(1,11)...
Python PSTK – 6 模拟卷 B
Last Updated: 2024年3月30日一、单选题(10题,每题3分) 要实现以下数字三角形,下面代码正确的是( ) 111 22 3 A、 for ...