Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
gf_informatik:verschluesselung:codierung [2025-04-01 14:29] – [Aufgabe 4: XOR Verschlüsselung mit Python] hofgf_informatik:verschluesselung:codierung [2025-04-01 14:30] (aktuell) hof
Zeile 54: Zeile 54:
 ++++Lösung:| ++++Lösung:|
 <HTML><bottom-editor>def printEntry(code): <HTML><bottom-editor>def printEntry(code):
-    print(f"{chr(code):2} | {code:7d} | {code:08b}")+    print(f"{chr(code):2} | {code:7d} | {code:08b}"
  
 def printTable(): def printTable():
Zeile 163: Zeile 163:
 </code> </code>
 ++++ ++++
-</nodisp +</nodisp> 
->+ 
 ### Aufgabe 5 (optional) ### Aufgabe 5 (optional)
  
  • gf_informatik/verschluesselung/codierung.1743517784.txt.gz
  • Zuletzt geändert: 2025-04-01 14:29
  • von hof