dashboard
repositories
filestore
activity
search
login
python-kurs
/
python-master-2025
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Ordnerstrukturen an der Vorlsung angepasst
Hong-Phuc Bui
2026-05-12
74d8c723ebd19a594688943b7d2cc06427f49993
[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"
}