dashboard
repositories
filestore
activity
search
login
python-kurs
/
python-master-2025
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Interaktive -> CLI
Hong-Phuc Bui
2026-05-12
09d71c7709857f584166a76be247444b66dac343
[python-kurs/python-master-2025.git]
/
03-demo-datenstrukturen
/
kontinent.py
1
2
3
4
5
6
7
farbe = {
"red": "#FF0000",
"green": "#00FF00",
"blue": "#0000FF",
"hervorhebung": "#fff34f",
"achtung": "#ff5e42"
}