SAP Concur Interview Question

Work on a data manipulation task in Python -- given a dictionary, how do you change the values of some keys under certain conditions?

Interview Answer

Anonymous

Nov 15, 2022

A couple of if-else statements would've solved the problem.