Как сделать по умолчанию Kwargs в Python

self.val2 = kwargs.get('val2',"default value")
Silly Shrew