something.get().upper + python code example Example: python upper >>> funny = 'haha' >>> print(funny.upper()) HAHA