标题:为何程序不运行?小白求解答。
取消只看楼主
greenpop
Rank: 1
等 级:新手上路
帖 子:73
专家分:3
注 册:2011-12-22
结帖率:88.24%
已结贴  问题点数:10 回复次数:0 
为何程序不运行?小白求解答。
s=0
def jisuan(one,two):
    a=one+two
    b=one*two
    c=one/two
    return a,b,c
x=int(input('输入x:'))
y=int(input('输入y:'))

if y==0:
    print('y不能为0')
    y=int(input('输入y:')
         
s=jisuan(x,y)
print(s)
搜索更多相关主题的帖子: 运行 输入 input one int 
2022-03-10 15:46



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-508509-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.014385 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved