| Posició | Domini | Pàgina | Accions |
|---|---|---|---|
| 1 | snakify.org | /ru/lessons/if_then_... | |
|
Títol
Conditions
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
Эта программа использует условный оператор if . После того if мы положим условие (x > 0) следующее двоеточием. После этого мы помещаем блок инструкций, который ... |
|||
| 2 | w3schools.com | /python/python_condi... | |
|
Títol
Python Conditions
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
Python supports the usual logical conditions from mathematics . These conditions can be used in several ways, most commonly in if statements and loops. |
|||
| 3 | pythonworld.ru | /osnovy/instrukciya-... | |
|
Títol
Инструкция if-elif-else, проверка истинности ...
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
Условная инструкция if-elif-else (её ещё иногда называют оператором ветвления) - основной инструмент выбора в Python. Проще говоря, она выбирает, ... |
|||
| 4 | discuss.python.org | /t/help-with-creatin... | |
|
Títol
Help with creating an If /Then statement in python
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
19 сент. 2024 г. — You asked how to do an if/then. Strictly speaking, python does not use the keyword then . It uses indentation of lines after a line that ends ... |
|||
| 6 | skillbox.ru | /media/code/uslovnye... | |
|
URL complet
Títol
Условные операторы в Python
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
10 июн. 2024 г. — if — проверяет первое условие . elif (сокращение от else if) — проверяет следующие условия, если предыдущее условие ложно. else — выполняет блок ... |
|||
| 7 | stackoverflow.com | /questions/2802726/p... | |
|
URL complet
Títol
Putting a simple if-then-else statement on one line [duplicate]
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
How do I write an if - then - else statement in Python so that it fits on one line? For example, I want a one line version of |
|||
| 8 | programiz.com | /python-programming/... | |
|
Títol
Python if, if...else Statement (With Examples)
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
In computer programming, the if statement is a conditional statement . It is used to execute a block of code only when a specific condition is met. |
|||
| 9 | geeksforgeeks.org | /python/python-if-el... | |
|
URL complet
Títol
Python If Else Statements - Conditional Statements
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
8 мар. 2025 г. — In Python, If-Else is a fundamental conditional statement used for decision-making in programming. If...Else statement allows to execution ... |
|||
| 10 | docs.python.org | /3/tutorial/controlf... | |
|
Títol
4. More Control Flow Tools — Python 3.13.5 documentation
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
One way to think of the else clause is to imagine it paired with the if inside the loop. As the loop executes, it will run a sequence like if / if / if / else . |
|||
| 11 | digitalocean.com | /community/tutorials... | |
|
Títol
How to Use If/Else Statements in Python
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
6 мар. 2025 г. — This Python tutorial provides steps on using if / else statements, covering syntax, multiple conditions, nested statements, common mistakes, and the best ... |
|||