if inp.startswith("add "): print(((inp.split(\'d \')[1]).split(\', \')[0]) + ((inp.split(\' \')[1]).split(\', \')[1]))
I am getting th