Kevin Tiller

Generation

fix invalid codeThu, 11 May 2023

if operation[1] == '+' else int(operation[0]) - int(operation[2])

if operation[1] == '+' else int(operation[0]) + int(operation[2])

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