Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Nächste Überarbeitung | Vorherige Überarbeitung | ||
| informatik:computerkunst:eingabe-ausgabe [2020/05/10 17:39] – [Aufgabe 2] jonathan.pfeiffer | informatik:computerkunst:eingabe-ausgabe [2025/03/08 15:03] (aktuell) – [Beispiel] jonathan.pfeiffer | ||
|---|---|---|---|
| Zeile 15: | Zeile 15: | ||
| <callout type=" | <callout type=" | ||
| + | {{url> | ||
| - | < | ||
| - | <iframe src=" | ||
| - | </ | ||
| Zeile 42: | Zeile 40: | ||
| <callout type=" | <callout type=" | ||
| - | < | ||
| - | <iframe src="https:// | + | {{url>https:// |
| + | |||
| - | </ | ||
| ===== Variablen, Eingabe & Ausgabe ===== | ===== Variablen, Eingabe & Ausgabe ===== | ||
| Zeile 58: | Zeile 56: | ||
| {{: | {{: | ||
| + | |||
| + | <code python> | ||
| + | zahl_a = zahl_x + zahl_y | ||
| + | zahl_b = zahl_x - 20 | ||
| + | zahl_c = zahl_x * zahl_y | ||
| + | zahl_d = zahl_x / 5 | ||
| + | zahl_e = zahl_x ** 4 | ||
| + | </ | ||
| ===== Aufgabe 1 ===== | ===== Aufgabe 1 ===== | ||
| Zeile 97: | Zeile 103: | ||
| ===== Aufgabe 3 ===== | ===== Aufgabe 3 ===== | ||
| - | Entwerfe ein Programm, das die Rechenoperationen plus, minus, mal, geteilt und hoch durchführt. | + | Entwerfe ein Programm, das die Rechenoperationen plus, minus, mal, geteilt und hoch durchführt |
| Die Bildschirmausgabe sollte so aussehen:\\ {{: | Die Bildschirmausgabe sollte so aussehen:\\ {{: | ||
| Zeile 103: | Zeile 109: | ||
| ===== Editor ===== | ===== Editor ===== | ||
| - | <html> | + | |
| - | <iframe src="https:// | + | |
| - | </ | + | {{url> |
| - | {{tag> | + | |
| + | ===== Hier geht es weiter... ===== | ||
| + | |||
| + | <btn type="primary" | ||
| + | |||
| + | {{tag> | ||