#!/bin/python3 import sys def sumOfGroup(k): # Return the sum of the elements of the k'th group. i=4 l=[[],[1],[3,5],[7,9,11]] #13 15 17 19 #21 23 25 27 29 while i