Giter VIP home page Giter VIP logo

codeabbey_solutions's People

Contributors

valewastaken avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

codeabbey_solutions's Issues

Solution to Problem 2 is incorrect.

The solution should not include the first value (N).

input data:
8 # N is not included in n
10 20 30 40 5 6 7 8 # n = 126

answer:
126

Therefore, the correct solution would exclude the first number like so:

o = input()

def suminloop(x):
x = o[0]
y = sum(int(x) for x in o.split()[1:])
return y

suminloop(o)

Although this solution seems to be missing something to me, it works.

Could you hide / remove / at least rename this repo, please?

Dear Friend!

As a CodeAbbey author I have a great problem due to your list of solutions. This just spoils learning process for others and as your collection is yielded by google for "codeabbey" at the second place from top, there is now little or no use in ranking users and issuing "certificates". That was one of the reasons to stop issuing certificates, by the way... :(

If you respect my efforts in creating this site, could you please make this repo private, remove it - or at least replace all mentions of the site from it? I feel very sorrow asking you for this, for I understand you've done it from the good intentions and invested certain toil in it. But I hope you may understand my feelings... Thanks in advance!

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.