如果变量 a 等于字符串或整数,如何使代码执行函数?

How can I make the code carry out a function if a variable a is equal to a string or integer?

提问人:Sir.Nonchalant 提问时间:3/16/2022 更新时间:3/16/2022 访问量:13

问:

我正在做一个简单的练习程序,我偶然发现了一个问题。如果我没有得到字符串输入,我希望程序终止,但它不起作用。

            if num_2 != int
                break 

但是我尝试的都不起作用,我该怎么办?

字符串 输入 python-3.7 相等

评论

0赞 Patrick Yoder 3/20/2022
回答了你的问题吗?

答: 暂无答案