- 2
- 0
- 约4.5千字
- 约 9页
- 2026-07-31 发布于广东
- 举报
英文版笔试题目及答案
本文档通过对本行业近年真实笔试真题系统梳理,精选汇总高频出现的核心笔试题,附详细解析与标准答案,覆盖笔试全考点重难点,助您高效刷题、精准提分,顺利通过笔试考核。
单项选择题(每题2分,共10题)
1.Whatisthemainfunctionofthefollowingcode?
A.PrintHello
B.PrintWorld
C.PrintHelloWorld
D.Error
print(Hello)
print(World)
2.WhichdatatypeisusedtostoreasinglecharacterinPython?
A.int
B.float
C.str
D.char
3.Whatistheoutputofthefollowingcode?
A.5
B.10
C.15
D.20
x=5
y=10
z=x+y
print(z)
4.WhichkeywordisusedtodefineafunctioninPython?
A.def
B.function
C.define
D.method
5.Whatistheoutputofthefollowingcode?
A.True
B
原创力文档

文档评论(0)