登录  注册

首页->Python语言基础

from datetime import datetime a = '20190520' 将a转变为datetime对象的语句正确的是

(A)datetime.strptime(a,'%Y%m%d')

(B)datetime.strptime(a,'%y%m%d')

(C)datetime.strptime(a,'&y&m&d')

(D)datetime.strptime(a,'$Y$m$d')

参考答案
继续答题:下一题
微考学堂微考学社

更多Python语言基础试题

考试