无
*注意事项:
sum=1
for i in range(2,5):
sum=sum*i
print(sum, i)
程序的运行结果为( )。
a=100
a=a+1
a=“abc”
你能告诉这个同学变量a到底存储的是哪个量吗?( )
import numpy as np #加载numpy模块并取名为np
import matplotlib.pyplot as plt
x=np.arange(0,2*np.pi,0.01)
y=np.sin(x)
plt.plot(x,y)
plt.title('sin(x)')
plt.xlabel('X')
plt.ylabel('Y')
plt.show()
下列选择错误的是( )
def encrypt(st1):
st2=""
for s in stl:
st2 += chr(ord(s)+5)
return st2
print(encrypt("ktocji"))
运行结果是
s=input("请输入数字字符串")
i=0;j=0;k=6;sum=0
while j<len(s):
sum=sum+int(ch1)
while sum>k:
ch2=s[i]
i=i+1
if sum==k:
print("子串为:",)
break
j=j+1
else:
print("没有满足要求的子串。")
微信扫码预览、分享更方便
详情