首页
编程
java
php
前端
首页
编程
java
php
前端
关于#python#的问题,请各位专家解答!
def
select_second
(
L
): l =
len
(L)
if
l >
1
:
return
L[
1
]
else
:
return
None
点击展开全文