README.md aktualisiert
This commit is contained in:
@@ -44,8 +44,8 @@ Der Name geht nicht, wie das Logo vermuten lässt, auf die gleichnamige Schlange
|
||||
| except | Wenn ein Versuch (`try`) scheitert, lassen sich so eine Ausnahme hinzufügen und Anweisungen hinterlegen. |
|
||||
| raise | Lässt sich nutzen, um eine Exception zu kreieren. |
|
||||
| is | Das Gleiche wie "=". Wird eher nicht genutzt. |
|
||||
| or | Ein oder-Statement. Ähnlich zu "II" in anderen Sprachen. Beispiel: `if condition1 == true or condition2 == false: print("One of the conditions is fullfilled")` |
|
||||
| and | Ein und-Statement. Ähnlich zu "&&" in anderen Sprachen. Beispiel: `if condition1 == true and condition2 == false: print("All of the conditions are fullfilled")` |
|
||||
| or | Ein oder-Statement. Ähnlich zu "II" in anderen Sprachen. Beispiel: `if value1 == true or value2 == false: print("One of the conditions is fullfilled")` |
|
||||
| and | Ein und-Statement. Ähnlich zu "&&" in anderen Sprachen. Beispiel: `if value1 == true and value2 == false: print("All of the conditions are fullfilled")` |
|
||||
|
||||
### Variablentypen
|
||||
| Typ (Vergleich) | Beschreibung |
|
||||
|
||||
Reference in New Issue
Block a user