[编程入门]分段函数求值 (Python代码) 摘要:直接if判断 ```python x = int(input()) if x=1 and x…… 题解列表 2019年11月22日 0 点赞 0 评论 1417 浏览 评分:4.3
[编程入门]分段函数求值 (Python代码) 摘要:x=input("请输入一个数 x:") if(int(x)=1 and int(x)=10): y=int(x)*3+11 print(y) …… 题解列表 2019年11月19日 0 点赞 1 评论 977 浏览 评分:6.0