What is the translation of " ELSE CLAUSE " in Chinese?

[els klɔːz]
[els klɔːz]
一个else从句
else子句
的else分句

Examples of using Else clause in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Loop statements may have an else clause;
循环语句可能带有一个else子句;.
The else clause must always come at the end(or not at all).
Else子句必须总是在最后(或根本没有)。
This can easily be achieved by using an else clause.
这很容易通过使用else子句来实现。
You can also have an else clause associated with a try… except block.
你还可以让try…except块关联上一个else从句
While statement can have an optional else clause.
While语句可以有一个可选的else子句
You cannot use else clause as well along with a finally clause..
不能同时使用else子句与finally子句。
A while statement can have an optional else clause.
一个while语句可以有一个可选的else从句
The'else' clause is not required because we have covered all the cases.
不再需要'else'子句,因为我们已经覆盖了所有的情况.
However, you must have both a then and an else clause.
无论如何,你必须同时有一个then和一个else子句。
You can also have an else clause associated with a try… except block.
你还可以拥有一个else子句与try…except代码块相关联。
Its most simple implementation in Python is an if/ else clause.
在Python中最简单的实现就是一个if/else语句。
Remember that you can have an else clause for the while loop.
记住,在while循环中可以有一个else从句
If there is an else clause, it has to be at the end, but there doesn't have to be one.
如果有一个else从句,它必须是在最后,但这个语句并不是必须。
Remember that you can have an else clause for the while loop.
记住,你可以在while循环中使用一个else从句
The final else clause remains, and prints a response for any temperatures that are neither too warm nor too cold.
最终的else分句保留并打印对其他任何不冷也不热的温度的响应。
Note for C/C++ Programmers-Remember that you can have an else clause for the while loop.
C/C++程序员注意:记住,while循环可以的else子句
Look closely: the else clause belongs to the for loop, not the if statement.
仔细观察:else子句属于for循环,不是if语句。
Note for C/C++ Programmers-Remember that you can have an else clause for the while loop.
C/C++程序员注意:记住,while循环可以拥有else分支.
Look closely: the else clause belongs to the for loop, not the if statement.
仔细看:else子句是属于for循环,而不是if语句.
Note for C/C++ Programmers-Remember that you can have an else clause for the while loop.
针对C/C++程序员的提示你可以在forwhile循环中使用else从句
Implement proper logic in if and else clause which differentiates between valid and invalid answers.
在if和else子句中实现正确的逻辑,区分有效和无效的答案。
It is just a series of if statements,where each ifis a part of the else clause of the previous statement.
这仅仅是一系列的if语句,其中每个if之前的语句是else的一部分。
Control Structures: Using If/­Else clauses, Switch statements and logic to control the flow of execution.
控制结构:使用If/Else子句、Switch语法和逻辑来控制运行流程。
If all constant-expressions evaluate to false or no elif directives appear,the preprocessor selects the final_section following the else clause.
如果constant-expression的所有匹配项都为false,或者elif指令未出现,则预处理器将选择else后面的文本块。
You can also try to run code inside the else clause and catch possible exceptions there as well:.
您还可以尝试在else子句中运行代码,并捕获可能的异常:.
The final else clause is optional, however, and can be excluded if the set of conditions does not need to be complete.
最后的else分句是可选的,总之,如果条件集合不需要完成的话它可以被排除。
Unlike an if statement, a guard statement always has an else clause- the code inside the else clause is executed if the condition is not true.
与if语句不同,guard语句总是有一个else分句--else分句里的代码会在条件不为真的时候执行。
If there is an else clause for a while loop, it is always executed unless you break out of the loop with a break statement.
如果while循环中有一个else从句,它总是会执行到,除非用break语句跳出循环。
Except statement has an optional else clause, which, when present, must follow all except clauses..
Except语句有一个可选的else子句,在使用时必须放在所有的except子句后面。
If there is no else clause and the booleanExpression is false, execution continues with whatever code follows the if statement.
如果没有else子句,而且booleanExpression为false,那么什么事情都不会发生,程序将继续执行if语句之后的代码。
Results: 44, Time: 0.0299

Word-for-word translation

Top dictionary queries

English - Chinese