下列Python程序的运行结果是( )。
s=[1,2,3,4] s.append([5,6])
print(len(s))
A
2
B
4
C
5
D
6
下列Python程序的运行结果是( )。 s=[1,2,3,4] s.append([5,6])print(len(s))
Python语句 a=[1,2,3,None,[[]],[]] print(len(a)) 以上代码的运行结果是( )。
下列Python程序的运行结果是( )。 x=0 y=True print(x>y and ‘A‘<‘B‘)
下列Python程序的运行结果是( )。 s1=[4,5,6] s2=s1 s1[1]=0 print(s2)
Python语句print(r\nGood)的运行结果是( )。
首页
每日一练
打赏一下
浏览记录