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

15 Nov 2022

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