WINFRED KWAO

Generation

fix invalid codeFri, 05 May 2023

# theofficefacts.py ages = { 'pam': 24, 'jim': 24 'michael': 43 } print(f'Michael is {ages["michael"]} years old.')

ages = { 'pam': 24, 'jim': 24, 'michael': 43 } print(f'Michael is {ages["michael"]} years old.')

Want to kickstart your project?Use the new AI Studio to create your code