Keyboard shortcuts

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

Define type alias

LabelType = str

txt = "hello"
label: LabelType = txt

print(label)