call upper method in python code example Example: python upper >>> funny = 'haha' >>> print(funny.upper()) HAHA