Can someone help me figure out why my else statment is not working?




----------------------------------------------------------------------------------------------------------------------------
print("\tBank of The Funny Money Bunny Farm\n")
print("Client\t\tDeposits\tWithdrawals\tBalance\t\tNotes:")
print("__________________________________________________________________________________________________________________________")

names = ['Judith', 'Jimmie', 'Johnny', 'Joseph', 'Jeffry', 'Buddie', 'Charlie', 'Maxine', 'Jannis', 'Bodine']
deposists = [255.23, 525.55, 323.21, 651.48, 507.11, 101.11, 253.36, 323.22, 611.45, 252.91]
withdrawals = [255.76, 128.65, 156.22, 175.33, 390.12, 255.41, 128.22, 156.23, 728.98, 251.43]
balance = []
notes = []

for i in range(len(names)):
balance.appened(deposits[i] - withdrawals[i])
if(balance < 0):
print((names[i] + ", you are overdrawn. Your account balance is " + "$%.2f"%(balance[i]))
else:
print("" + names[i] + "\t\t" + "%.2f"%(deposits[i]) + "\t\t" + "%.2f"%(withdrawals[i]) + "\t\t" + "%.2f"%(balance[i]) + "\t\t" + notes[i])

print("__________________________________________________________________________________________________________________________")
print("\© Copyright 2021 Funny Bunny Money Productions")

#Main

print("\tBank of The Funny Money Bunny Farm\n")
account = int(input("How many new accounts are needed: "))
for i in range(account):
input("Enter the name of the client: ")
input("Enter the deposist of the client: ")
input("Enter the withdraral of the client: ")

Answers

Answer 1

Answer:

below is a version of your code that runs.

I'm not sure if it does what you expect it to do.

Can Someone Help Me Figure Out Why My Else Statment Is Not Working?----------------------------------------------------------------------------------------------------------------------------print("\tBank
Can Someone Help Me Figure Out Why My Else Statment Is Not Working?----------------------------------------------------------------------------------------------------------------------------print("\tBank

Related Questions


Nano technology uses include...
A: Tennis racquets (high strength to weight)
B: Self-cleaning fabrics
C. Antibacterial fabrics
D: All of the above

Answers

The answer is c. Antibacterial fabrics

What responsibilities does the film editor have? (Select all that apply).

Answers

Answer:

“Revising the script”, “reading the script”, and “manipulating graphics, plot, sound, and score”

Explanation:

why would computer programmers want to use an object to change the instructions they already created in a computer program ​

Answers

Answer:

bank rupt

Explanation:

no money on your card lol have  a graey day dont wish for what your not willing to work for

Even though data travels at the speed of light, networks can be slow. What affects the download speed of the network? Check all of the boxes that apply.

Answers

Answer:

bandwidth and internet connection

Explanation:

Answer: bandwidth and internet connection

Explanation:

Which securities protects networks from intruders? *

Application security
Network security
Information security
Operational security

Answers

Answer:

I think it is network security

Explanation:

Heard in an ad before :T

Answer:

Use Kika Clipboard to make paste easypneumonoultramicroscopicsilicovolcanoconiosis

True or false: Machine learning lets computers
learn how to do things they weren't
specifically programmed to do.

Answers

Answer:

True

Explanation:

PLEASE ANSWER ASAP! 10 POINTS!

Answers

the answer : it’s 0, carry 1

Where are methods listed in a UML class diagram showing three parts?
in the top third of the diagram
in the middle third of the diagram
in the bottom third of the diagram
anywhere in the diagram a lowercase m is shown

Answers

Answer:

the bottom third

Explanation:

Check out the exampe below.

swim() would be an example of a method.

Can anybody do Algorithm 2 for me (with Python).
Answer = 25 points.

Answers

Answer:

age=int(input("Enter age"))

if age>=18:

    print("You are Young")

else

   print("You are child")

Explanation:

if you have any query or any problem kindly ask in comment

future quirk ideas! for bnha

Answers

A computer chip that tracks down any hacker and destroys there hacking device

How do you write a multiplication formula in excel with an absolute refrence?

Answers

To multiply all the numbers in column A by cell C2, add $ symbols to the cell reference like this: $C$2, which you can see in the example below. Using $ symbols tells Excel that the reference to C2 is “absolute,” so when you copy the formula to another cell, the reference will always be to cell C2.

What is the Denary representation of this 8 bit number > 01001111 ?

Answers

The Denary representation of this 8 bit number 01001111 is 79.

Decimal number

A binary number is a number expressed in the base-2 numeral system or binary numeral system. Binary numbers are either 0 or 1.

The decimal numeral system is the standard system for denoting numbers. Decimals are a set of numbers lying between integers on a number line.

Converting the number 01001111 to decimal:

01001111 = (0 * 2)⁷ + (1 * 2)⁶ + (0 * 2)⁵ +  (0 * 2)⁴ +  (1 * 2)³ +  (1 * 2)² + (1 * 2)¹ + (1 * 2)⁰ = 79

The Denary representation of this 8 bit number 01001111 is 79.

Find out more on Decimal number at: https://brainly.com/question/1827193

Can someone tell me 5 facts about Registers and RAM, please?

Answers

[tex]\int\limits^a_b {x} \, dx \left \{ {{y=2} \atop {x=2}} \right. \lim_{n \to \infty} a_n \neq \neq \geq[/tex]Answer:

A register is a temporary storage area built into a CPU. ... The instruction register fetches instructions from the program counter (PC) and holds each instruction as it is executed by the processor. The memory registers are used to pass data from memory to the processor.

PLS MARK BRAINLIEST!!!

PLEASE

:

Which of the following is NOT true about data?
A. It is information processed or stored by a computer
B. It is stored and processed in decimal format
C. It can be in the form of figures, texts, images or other types of
information
D. It can be transferred from one computer to another

Answers

Answer: B. It is stored and processed in decimal format

============================================================

Explanation:

Choice B is not true because data is stored and processed in binary format. This is in the often talked about format of 1s and 0s. Binary is preferred because computers are built upon electronic circuits. If an electrical current is passing through a certain node, then you can represent this with 1 for "on", while no electricity would be 0 for "off". Think of a series of switches you can flip up or down. Chaining together 1's and 0's allows us to represent pretty much any kind of thing we want from documents, to pictures, to movies to videogames. The 1's and 0's can represent instructions of a program (aka computer code) or it could represent raw data such as an image file.

In short, data is not stored and processed in decimal format. It's represented in binary instead. Binary is base 2 consisting of the digits 0 and 1. In contrast, decimal format deals with the digits 0 through 9.

Which of the following is NOT an acceptable way to create a color?


A) O "cyan"
B) O "#ff2341"
C) blue
D) "RGB (0, 15, 234)"

Answers

The option that is not an acceptable way to create a color is blue.

How can I create a color?

There are a lot of ways to create  some unique color  such as the additions of  colors together.  An example is the addition of purple, orange, and green together.

Note that blue on its own cannot create another color and as such, The option that is not an acceptable way to create a color is blue.

Learn more about color from

https://brainly.com/question/4431200

#SPJ2

Imagine you are playing a video game like Super Mario or Sonic and you lose your last life. What are THREE distinct things that will happen once your lives become 0? Give three examples. Then put on your programmer's hat. Describe your examples using pseudocode; in other words, you don't have to use the exact language Scratch blocks would, as long as you write out each step in such a way that it's clear what the code would do.

Answers

Answer:

Three distinct things that would happen are

1) There would be a death animation played

2) GAME OVER text would appear

3) The game would most likely start over at the first level

Explanation:

The pseudocode:

1) Play death animation and music

2)Stop animation and music

3) Display Game over text

4) Remove game over text

5) Reset level

6) Open on beginning screen/level

Some Tiny College staff employees are information technology (IT) personnel.


Some IT personnel provide technology support for academic programs, some provide technology infrastructure support, and some provide support for both.


IT personnel are not professors; they are required to take periodic training to retain their technical expertise.


Tiny College tracks all IT personnel training by date, type, and results (completed versus not completed).


Given that information, create the complete ERD that contains all primary keys, foreign keys, and main attributes.

Answers

xndnxbxnndndndnndnxndnnxndndnndndndnndndndndndnndnxnx

What are the differences between linear algorithm and iterative algorithm

Answers

Answer:

For example Tower of Hannoi algorithm is made easy by recursion while iterations are widely used, efficient and popular. Recursive vs Iterative Algorithms: Approach: In recursive approach, the function calls itself until the condition is met, whereas, in iterative approach, a function repeats until the condition fails.

Lin wants to play an online game with her friends. She read the description of the game and knows it contains several features with addictive design, including rewards for completing levels and long game times with penalties for quitting early. She likes the game but doesn’t want to get sucked in and skip her homework (which has happened before)! Name two guidelines Lin should set for herself before playing the game.

Answers

Answer:

Set a time limit for herself. Ask her parents for help monitering her app usage.

A “drone” is:

A. A helicopter with four propellers.

B. Any vehicle used on a seek-and-destroy mission.

C. Any experimental test vehicle.

D. An unmanned aircraft.

Answers

D an unmanned aircraft because it is controlled remotely.

What preference should you set prior to importing a bunch of photographs?

Answers

Answer: Timeline

Explanation:

Why is it a good practice to use functions in programming? Select the best answer.

A.It is faster to run the code using functions.

B.Functions allow us to reuse common code.

C.All of these are correct.

D.It is easier to debug the code using functions.

Answers

Answer:

C. All of these are correct answer from the options for the question that u have given...

The good practice to use functions in programming is all of these are correct. The correct option is C.

What are functions in programming?

The repetitious codes are removed by breaking a program down into functions, which not only reduces the size of the program but also improves its effectiveness. If there were repetitive codes, we would need to alter the program from several locations rather than just one.

As a result, organizing programs into functions aid in good administration and shortens programs by removing repeated code. A functional programming language is a particular kind of language that allows for the creation and application of pure mathematical functions, along with the use of conditional expressions and recursion to carry out various computations.

Therefore, the correct option is C. All of these are correct.

To learn more about functions in programming, refer to the link:

https://brainly.com/question/24297344

#SPJ6

if you hard working right now go to this EASY question


#BRAINLY and I will give you brainlist something I forgot what's it called for your hard work

Answers

Ok, where is the question so I can try my best?
Whats the question??? Lol

How do libraries let you write programs at a higher level? Why is testing important when building and sharing libraries?

Answers

Answer:

libraries do this so that you dx chae

Explanation:

Live Preview, found in the Font group, uses which method for seeing different font sizes without committing to them.
double-clicking the sizes on the Size drop-down list
pointing the mouse pointer to the sizes on the Size drop-down list
right-clicking the cell and clicking Preview Size on the drop-down list
clicking the sizes on the Size drop-down list

Answers

Answer:

B- pointing the mouse pointer to the sizes on the Size drop-down list

Explanation:

Answer:

B

Explanation:

got it right on edge

You have been given an assignment to create a webpage that has a calming effect on the viewer. Which of these is most likely to achieve that goal?A.multiple font sizes B.a textured background C.rotating elements D.use of blues and greens

Answers

Answer:

The answer should be D.

Explanation: Cool colors make someone feel calm,mainly blue and green

Answer:

“Use of blues and greens”

Explanation:

If y varies inversely as x, and y =23 when x=8, find y when x=4 .

Answers

I think u just divide y by two cuz the x value was divided by two

Choose all items that are true about the two example of HTML shown on the right.
A. Example 1 will display differently than example 2 in a web browser.
B. They are styled differently, but will look the same in a web browser.
C. Example 2 is easier to analyze and repair.
D. The styling in example 2 is required by modern web browsers.

Answers

Answer:

“They are styled differently, but will look the same in a web browser” & “The styling in example 2 is required by modern web browsers”.

Explanation:

Answer:

B and C

Explanation:


1. The structural framework for greenhouses is typically made of
A. metal or plastic tubing.
B. wooden slats
C. glass beams
D. All of the above

Answers

The answer is D it takes all those to make a green house

can someone help me answer this, I can’t fail tysm :)

Answers

Don’t know what the answer is but do you, I have the test for that today
Other Questions
Suppose f(x)=x+2. Find the graph of f(1/3x) Jeff is at his workplace and needs a file from his computer at home. Which protocol can Jeff use to access this file from a remote location? A HTTP B. POP3 C. LDAP D. Telnet Please help with these 4 pleaseeee!!! Mark took his family to the movies and spent a total of 78$ on tickets he also bought a soda for each family member each sodas cost 4.25 if mark spent a total of 102,50 on sodas and tickets. How much sodas did he buy -2.75 + 8.25 shown work pls Hi, I must for today cut my txt to make it 150 words now it's 250 could you cut pleassse I don't know where reallyJournalist: Hi, I am a journalist from The New York Times, my name is Anthony. Before I start this interview, just be informed that if any questions make you uncomfortable you dont have to answer them.Student: okay, sure.Journalist: Tell me, how did it all begin?Student: It was Wednesday, and school started like any other day, until the last period during which I was in the library with a few other students we heard a gunshot in the corridor. We immediately started panicking until we regained our teacher and hid under the desk.We waited for a long 30 minutes before we heard another gunshot then another, thats when we realized that the shooter was coming nearer to the library.Journalist: My god! What did you do?Student: We decided to run to the back of the library where it was all dusty and dark, we figured he wouldnt see us there.Journalist: Smart move! What happened next?Student: We crawled to the back and felt relatively safe for a while. We noticed the window and saw that the sun was setting. We had been in school for nearly four hours!Journalist: Wow.Student: Only after it got dark the police burst into the library and helped us all to safety.Journalist: Hopefully there were no casualties, but one of your teachers was injured.Student: Yes.Journalist: Thank you very much.Student: Youre welcome. Please make it a good article, it could have been worse; we want security in our schools. How will climate affect the recovery from tsunamis? whats an inverse relationship? can someone help me!!!! Please What was the main reason they split genders and their schooling and why was it different in rome? tom wants to but a stereo that cost $540.00. he has saved 1/3 of the cost. how much gas tom saved? If the density of a piece of wood is 0.85 g/cm3, what is the volume if the mass of 24.99 cm3? What is 96 divided by 7 please help is is due by midnight A family of four went out to dinner. The bill for dinner was $93.07. The family decided toleave a 15% tip. What was the total expense? Which sentence most clearly describes the tone of a work of literature?A. McCarthy's sentences grow to gigantic proportions withoutwarning.B. Many of the descriptions in Proulx's book are written in fragments.C. Hemingway believed in minimalism, relying on short, directsentences.D. Austen describes the events with an air of intellectual detachment. What is the effect of surface mining on the landscape of a region?Rapid tree growth is triggered.Forests are fragmented or lost.The number of open meadows decreases.Changing land topography improves the flow of rivers. I need help please, I need the answer, I am not good at math :( A construction company submitted bids for three contracts. The company estimates that it has a 20%chance of winning any given bid. Let X represent the number of bids the company wins. Here is theprobability distribution of X along with summary statistics:X = # of bids won- 0 1 2 3P(X)- 0.512 0.384 0.096 0.008Mean: x=0.6Standard deviation: x=0.69It costs the company a total of $2,000 to submit these bids, and they stand to gain $10,000 for each bidthey win. Let V represent their net gain from submitting these three bids.What are the mean and standard deviation of V?v= ______dollarsv=_______dollars can anyone help me with the question?? Is the ending substance the same substance as the colorless liquid and why Please help me mark u brainliest anything please i beg u : and i am ladyin the interval 0 x 360 find the values of x for which tan x =-0.6745