如果在同一循环中,具有不同值和 IF 语句的两个变量对它们不起作用
好吧,假设我有三个具有不同值的变量,从用户处获取输入,如果输入等于变量 a,则在字符串中打印变量 b。我看不到执行此操作的代码,但如果我对 is 语句中的两个变量使用 or ,它就可以工作。请参阅下面的代码
Okay, lets say I have three variables with different values, taking input from the user, and if input equals say variable a then print variable b in a string. I can't see a code to do this but if I use or for the two variables in the is statement it work. See code below
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只是给出一个基本结构,因为没有给出代码,您可以根据您的问题进行修改。
I'm just going to give a basic structure as there is no code given, you can modify according to your problem.