Convert string to variable name in python
I have any string. like ‘buffalo’, x='buffalo' I want to convert this string to some variable name like, buffalo=4 not only this example, I want to convert any input string to some variable name. How should I do that (in python)? Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all … Read more