Giter VIP home page Giter VIP logo

larger_sum_py_3's Introduction

larger_sum_Py_3

larger_sum() takes two lists of numbers as parameters named lst1 and lst2. It returns the list whose elements sum to the greater number. If the sum of the elements of each list are equal, it returns lst1.

General info

The purpose of the project is just personal learning. I may revisit this code to find different solutions or to apply it under other context.

Features

In file larger_sum_extra_basic.py : larger_sum() loops through each list separately and adds to variables sum1 and sum2. After looping is done it, compares the two sums in an if statement and return the correct list.

To-do list:

  • The excersise solution is too basic. It should be possible to do it with builtin methods and/or removing variables sum1 and sum2 = working directly with the lists.

Technologies

  • Python 3

Setup

NA - It's only coding examples, there's no setup.

Status

Project is: technically finished, - may come back and improve it, or not.

References

Based on Codecademy's Learn Python 3 course, Code Challenges exercises

larger_sum_py_3's People

Contributors

candytale55 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.