#1
(5+10x)/5-13*(y-1)(a+d)/x+9((5/x)+(12+x)/y)
#2
#输入月薪
a=12
b=a*12
c=“年薪=”+str(b)
print©
#3反向输出
“to be or not to be”[::-1]
#4 查找s
a=“sxtsxtsxtsxtsxt”
a.count(“s”)
#5判断输出结果
#a is b 输出 TRUE(带下划线的保留)
#c is d 输出 False(不符合驻留机制)
微信扫一扫
#1
(5+10x)/5-13*(y-1)(a+d)/x+9((5/x)+(12+x)/y)
#2
#输入月薪
a=12
b=a*12
c=“年薪=”+str(b)
print©
#3反向输出
“to be or not to be”[::-1]
#4 查找s
a=“sxtsxtsxtsxtsxt”
a.count(“s”)
#5判断输出结果
#a is b 输出 TRUE(带下划线的保留)
#c is d 输出 False(不符合驻留机制)
相关推荐