Can someone help me please

Can Someone Help Me Please

Answers

Answer 1

Answer:

She made a profit of 450$

Explanation:


Related Questions

4.16 LAB: Count characters Write a program whose input is a character and a string, and whose output indicates the number of times the character appears in the string. The output should include the input character and use the plural form, n's, if the number of times the characters appears is not exactly 1. Ex: If the input is: n Monday the output is: 1 n Ex: If the input is: z Today is Monday the output is: 0 z's Ex: If the input is: n It's a sunny day the output is: 2 n's Case matters. Ex: If the input is: n Nobody the output is: 0 n's

Answers

Answer:

In Python:

sttr = input("String: ")

ch = input("Character: ")

count = sttr.count(ch)

print(str(count)+" "+ch, end = '')

if count>1 or count==0:

   print("'s")

Explanation:

This prompts the user for string

sttr = input("String: ")

This prompts the user for character

ch = input("Character: ")

This counts the number of occurrence

count = sttr.count(ch)

This prints the number of occurrence of the character

print(str(count)+" "+ch, end = '')

This checks if the number of occurrence is 0 or greater than 1.

if count>1 or count==0:

If yes, it prints 's

   print("'s")

Create a list called numbers containing the values from 1 through 15, then use slices to perform the following operations consecutively: a. Select number’s even integers. b. Replace the elements at indices 5 through 9 with 0s, then show the resulting list. c. Keep only the first five elements, then show the resulting list. d. Delete all the remaining elements by assigning to a slice. Show the resulting list.

Answers

Answer:

Kindly check explanation

Explanation:

From python :

List containing values from 1 through 15:

my_list = list(range(1,16))

#creates a list of values from 1 to 15,(16 is excluded)

B.) select even integers :

for digits in my_list :

if digit%2 == 0;

print(digit)

# prints numbers in the list which does not leave a remainder when divided by .

C.)

for digits in my_list[4,9]:

my_digit[digits] = 0

my_digits

#Replaces the elements at indices 5 through 9 with 0s, then show the resulting list.

D.)

my_digits[:5]

#selects digits with index 0 up to 4

E.)

del my_digits[:5]

#DELETE elements in my digits starting from the fifth index

What are the disadvantages of using folders ​

Answers

Answer:

√ folders can cause some inconvenience situation...

√ The decompress / compress action takes time.

√ When you double-click on a file inside a “folder”, what really happens is the file gets extracted to a temporary folder.

heres one:

when you delete a folder, he stuff inside gets deleted, and there isnt a way to get it back.

3.5 code practice question 1

Answers

Answer:

what is this a question or just saying something?

Explanation:

Answer:

uh what?

Explanation:

Other Questions
In one species of bird, there are three varieties of feather color. What is this an example of?ecosystem diversityspecies diversitygenetic diversitycolor diversity What are the terms or 8x+6 16x+40y= ?Pls help i will give u brainliest Find the missing side !! What are the disadvantages of using folders Story that ends in i have never found such a kind person ever since A workout that is too brief may result in what kind of an outcome?A. injuryB. moderate resultsC. extreme resultsD. limited results A line passes through the point (8, -9) and has a slope of 3/4 . Write an equation in point-slope form for this line. Name two points on the line y = 6x. Does it describe aproportional relationship? What is the name of the modern city that is located at the site of the fort at "the Forks"?A . PittsburghB . ClevelandC . PhiladelphiaD . Jamestown What property is used to show that 3(4 6) = 12 18?Distributive PropertyAssociative PropertyCommutative PropertySubtraction Property What does William ask Linda to do? Why do you think he asks her this? I NEED HELP QUICKLYYYY 6Consider this right triangle.15C 12BEnter the measure of ZCAB to the nearest hundredth degree. In 2006, ford motor co. Sold 2.8 million cars. Of the average cost per car was $27,000. What were the total sales for ford. By using interval training, you will make gains to the anaerobic energy system only.TrueFalseEccentric contractions are when the muscle is producing force while it is getting shorter True False Plz help me I dont know this Would you rather go to Disney World or have a PS5? Explain pa help Naman po plssss what steps can the school take to contribute in the overall effort of building a healthy community including zero) depending on your answerThe taco truck sells tacos for $3 and burritos for $4. The number of items sold on a Tuesday is 125 with a total income of $430. Howmany tacos were sold?The solution is