TORONTO KIDS COMPUTER CLUB | Thursday Online Python Homework 08.01
16429
post-template-default,single,single-post,postid-16429,single-format-standard,ajax_fade,page_not_loaded,,no_animation_on_touch,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Thursday Online Python Homework 08.01

06 Aug Thursday Online Python Homework 08.01

Question:

Write a Python class to find the three elements that sum to zero from a set of n real numbers.


Input Sample:
-25, -10, -7, -3, 2, 4, 8, 10

Output Sample:
[-10, 2, 8], [-7, -3, 10]

No Comments

Sorry, the comment form is closed at this time.