x =int (input ("请输入整数:"))
if x>0:
x=x//10
elif x>5:
x=x+1
else:
x = x**0.5
x%=6
print (x)
输入x值为20,执行该程序段后,输出的结果是( )
微信扫码预览、分享更方便