
[英]SyntaxError: multiple statements found while compiling a single statement python
[英]Python multiple if statements in a single if statement
如何在单个if语句中编写以下内容:
if x != 5:
if y < 4:
statement
if x != 5 and y < 4:
statement
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.