ニュース

# Write a code that works for any list, it should give two sums as outputs, one is the sum of odd numbers present in the list and the other is the sum of even numbers present in the list.
A repo for .py source of examples and exercises referenced in the Python manual - lccs-python/Section 6 - Modular Programming/Breakout 6.2 Summing Numbers/Further Activities/Q1 - sum of odd.py at ...