相关考题
-
单项选择题
Python中,将字符串中的字母全部转为大写字母,需要使用()
A.title
B.upper
C.lower
D.big -
单项选择题
python中,哪个关键字可以导入模块?()
A.import
B.set
C.input
D.from -
单项选择题
在Python中,让程序暂停运行,等待用户输入一些文本的函数是()
A.input()
B.output()
C.scanf()
D.print()