题目内容

时间元组struct_time包含多个元素,其中 tm_year表示年份。

查看答案
更多问题

一个函数的参数定义为*args, **kwargs时表示接受任意参数。

定义函数求两个数和sum(int a, int b): return a + b

表达式 ‘ab’ in ‘acbed’ 的值为False。

x = ‘abcde’,则表达式 x[2:] + x[:2] 的值为cdeab

答案查题题库