Define a function named add

Assignment Help Basic Computer Science
Reference no: EM132183933

Define a function named add_from_one_again(st) which receives a list containing digits only (at least one digit, and all digits >0, no need to validate)  and returns a number as illustrated by the following examples

When the list is 

[5,2,3]

the resulting number should be:

(1+2+3+4+5) + (1+2) + (1+2+3)  = 24

When the list is 

[3,2,5]

the resulting number should be:

(1+2+3) + (1+2) + (1+2+3+4+5) = 24

When the list is

[4,2,2]

the resulting number should be:

(1+2+3+4) + (1+2) + (1+2) = 16

As an example, the following code fragment:

lst = [5,2,3]

print(add_from_one_again(lst))

should produce the output:

24

Language: python

I have this so far, but doesn't work:

def add_from_one_again(st):

collect_sum = 0

for i in st:

i = int(i)

collect_sum += sum(len(i))

return collect_sum

Reference no: EM132183933

Questions Cloud

How can a person protect the privacy in the digital world : Cyberstalking can take place through any form of electronic communication, to include email, cell phones (text messaging), social network sites.
What are the current generational differences in attitudes : Based on Internet research of reputable sources, what are the current generational differences in attitudes toward the role of religion in America?
What are the three types of sparklines options : In this Week's reading and prep work, you learned about the Sparklines feature in Excel. What are the three types of Sparklines options in Excel.
Construct a quarterly binomial model : The stock has an expected return of 8% per year and return volatility of 20% per year. Construct a 2-period quarterly binomial model for the stock
Define a function named add : Define a function named add_from_one_again(st) which receives a list containing digits only (at least one digit, and all digits >0, no need to validate)
Employer dress code impact the organizational culture : What is your employer’s dress code? How does an employer’s dress code impact the organizational culture?
Prepare financial statements of small and medium scale : MAA261 - Financial Accounting - prepare financial statements of small and medium scale business - Understand the nature of the accounting information systems
How does quantum cryptography work : Compare and contrast quantum cryptography and traditional cryptography. How does quantum cryptography work?
What amount must joyce include in gross income for december : Joyce is self-employed. She uses the calendar year and the cash method of accounting. What amount must Joyce include in gross income for December

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Explain the role of banks on the money supply

1)a )Explain the role of banks on the money supply. What is money multiplier? Explain.b) If the Central Bank increases the required reserve ratio what will happen to interest rate? Using appropriate diagram, show equilibrium in the money market.

  Ratio of the frequency of the second processor to first one

The frequency of the processor is proportional to the voltage at which it is run. Considering only dynamic power, what will be the ratio of the frequency of the second processor to the first one?

  Lowest whole number grade

Assuming grades are rounded following valid mathematical procedures, what is the lowest whole number grade he can get for the 4th quarter and still be exempt from taking the exam?

  Proportion of all subscribers

What is the approximate probability that the cable company will keep the shopping channel, even though the proportion of all subscribers who watch it is only.

  Write a method called split that rearranges elements of list

You must solve the problem by rearranging the links of the list, not by swapping data values or creating new nodes. You also may not use auxiliary structures like arrays or ArrayLists to solve this problem.

  Description of the customer support system

PPI management wants a description of the customer support system (CSS) project goals, high-level plans, and the membership of the project

  Factors that influenced the choice of picture

Describe briefly the factors that influenced the choice of picture IF =38.9 and sound IF =33.4MHz in the 625 line system.

  Review the case of martin gardner

Patricia P. Griffiths and Bradford W. Wade. "An Authorization Mechanism for a Rela-tional Data Base System." ACM PODS I, No. 3 (September 1976).

  Show that the regular sets are not closed

Exhibit an algorithm that detects whether one finite automaton accepts a subset of the set accepted by another machine. Show that this procedure works.

  Processes and threads from several points

Find common features and differences between processes and threads from several points of view (usage, size, execution, life cycle, implementation, etc.)

  User manage their checkbook

You are to write a program that will help the user manage their checkbook. The program will prompt the user to enter the check number, the date, the name the check is made out to, and the amount until the check number entered is 0. Make sure you use ..

  Determining whether a route between two nodes exists

Develop the function reachable. It consumes a node in a simple graph. Its effect is to place true into the visited fields of all those nodes that are reachable from the given node and to ensure that the visited fields of all other nodes are false.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd