InternetNerd2941 InternetNerd2941 08-12-2020 Computers and Technology contestada Will mark brainliest! What does this code do? What kind of code is this called? Code: for i in range(0, len(sVal)): sum += int(sVal[i]) return sum