Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
gf_informatik:verschluesselung:codierung [2025-03-30 09:31] – [Aufgabe 5 (optional)] 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 136: Zeile 136:
 ``` ```
  
-<nodisp 2>+<nodisp 1>
 ++++Lösung:| ++++Lösung:|
 <code python decrypt.py> <code python decrypt.py>
Zeile 164: Zeile 164:
 ++++ ++++
 </nodisp> </nodisp>
 +
 +
 ### Aufgabe 5 (optional) ### Aufgabe 5 (optional)
  
  • gf_informatik/verschluesselung/codierung.1743327066.txt.gz
  • Zuletzt geändert: 2025-03-30 09:31
  • von hof