Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
When we find the intro character, the exit condition of the while loop statement is met and the function ends, returning the built string without the intro character.
Al encontrar el intro, se cumple la condición de salida del while y termina la función devolviendo la cadena construida (sin el intro).
Alte rezultate
The purpose of a while loop is to execute a statement or code block repeatedly as long as an expression is true.
El propósito de un bucle while es para ejecutar una instrucción o bloque de código en varias ocasiones, siempre y cuando la expresión es verdadera.
The continue statement in Python returns the control to the beginning of the while loop.
So, you can test, you can test multiple conditions in a while loop, or in any type of construct, like an if statement, for example by using the logical operators.
Así, se puede probar, puede probar varias condiciones en un tiempo loop, o en cualquier tipo de construcción, como si la declaración, por ejemplo mediante los operadores lógicos.
The main difference is that the set of statements of a repeat-while loop is always executed at least once, because the condition of the repeat-while is evaluated at the end of each iteration.
La principal diferencia es que el conjunto de declaraciones de un ciclo do-while siempre se ejecuta al menos una vez, porque la condición del do-while es evaluada al final de cada iteración.
Explanation While structure is another type of loop statements, where the condition is checked at first, the iteration will not stop even if the value changes while executing statements.
Like with the if statement, you can group multiple statements within the same while loop by surrounding a group of statements with curly braces, or by using the alternate syntax
Al igual que con la sentencia if, se pueden agrupar varias instrucciones dentro del mismo bucle while rodeando un grupo de sentencias con corchetes, o utilizando la sintaxis alternativa
The following example shows a while loop that has a continue statement that executes when the value of i is 3.
En el siguiente ejemplo se muestra un conjunto que se declara y recibe un valor en una línea de código.
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Înregistrează-te pentru a accesa mai multe exemple