Define type alias
LabelType = str
txt = "hello"
label: LabelType = txt
print(label)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
LabelType = str
txt = "hello"
label: LabelType = txt
print(label)