Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 318 Bytes

handout.md

File metadata and controls

31 lines (20 loc) · 318 Bytes

Handout

Dies ist ein Beispiel-Handout.

Überschrift 2

  • Eine Liste
  • mit
  • vielen Punkten

Weitere Auszeichnungen

Hier geht kursiver Text,

es gibt fetten Text

und monospace Text.

Code-Beispiel

import json

null = None

d = {
    "abc": "def",
    "foo": 1,
    "bar": null
}