Sum of all odd elements in an array hackerrank solution in python

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters

/**
Print sum of all odd elements in an array.
Input Format
Input contains 2 lines, first line contains integer N - the size of the array and second line contains array elements.
Constraints
1

Chủ Đề