I know that this is a rather silly question and there are similar ones already answered, but they don\'t quite fit, so... How can I perform the same operation on multiple variab
You may want to look into Python's map function. The following link may be helpful:https://www.w3schools.com/python/ref_func_map.asp