Python - Function to reverse strings in LIST
问题 studying Python as crazy and have many many questions. This time about function, i need to create 2 functions, first for numbers to sum up everything that user inputs in the list and second function, where user inputs some words in to the list and function without touching word indexes in the list, takes each word and returns reversed words (On the same index) I can show you my code, i think i don't have problems with numbers and its function, i need your help with reverse function, i tried