How to perform 'GCD' in Python.
# Task: GCD # Language: Python def gcd(): # Implementation for GCD # TODO: Implement core logic here # Step 1: Prepare data # Step 2: Process GCD print('Done')