func.py 104 Bytes Edit 1 2 3 4 5 6 7 def sum(moeny): count=0 for i in moeny: count+=1 return count pay="dfgh" print(pay)