append# Deck.append(keyword: Union[KeywordBase, str], check=False) → None# Add a keyword to the collection. Parameters: keywordUnion[KeywordBase, str]Keyword. The keyword can be either an implementation of the KeywordBase instance or a string. checkbool, optionalThe default is False.