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