Iterating array
i=0 while i < len(nums): # makes i iterate the whole array nums for i in range(len(inputString)) #### i will travel all indices of the inputString