单项选择题
在Python中,如何获取系统的当前工作目录?()
A.os.getcwd()B.sys.cwd()C.os.currentdir()D.sys.currentdir()
单项选择题 在Python中,如何将字符串转换为小写?()
单项选择题 在Python中,如何获取字符串的ASCII值?()
单项选择题 在Python中,如何获取列表中的最大元素?()