dashboard
repositories
filestore
activity
search
login
python-kurs
/
python-master-2025
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
unittest mit snapshot
Hong-Phuc Bui
2026-07-06
a45bdced8968f14a0f70c3adb15030d4682c0b04
[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"
}