Write a recursive function, replace, that accepts a parameter containing a string value and returns another string value, the same as the original string except with each blank replaced by an asterisk "*".

Answers

Answer 1

The function taken in an argument which is a string and gives an output of the same string with a asterisk (*) inserted inbetween each word. The program written in python 3 goes thus :

def replace(sentence):

#initialize a function named replace which takes in a single string sentence

sent = sentence.split()

#the sentence is split based on whitespace as a list of words which is attached to the variable called sent.

return '*'.join(sent)

Inbetween two words, a asterisk is appended using the join method.

print(replace('i am here'))

#A sample run of the function with an example is given and the output attached below.

Learn more : https://brainly.com/question/16403687

Write A Recursive Function, Replace, That Accepts A Parameter Containing A String Value And Returns Another

Related Questions

: how do network effects help facebook fend off smaller social-networking rivals?

Answers

How do network effects help Facebook fend off smaller social-networking rivals? The way a network effect works it that one user of a good or service determine the value of the product to other people. Depending on how many people use the product or service, allows the network to see the value they believe it holds. Because Facebook has billions of users, they have a high value and strong network. 

The most complex part of ssl is the ___________ protocol.

Answers

The most complex part of ssl is the handshake protocol. The handshake protocol is part of the Transport Layer Security (TLS) which is responsible for the authentication and ket exchange to have secure sessions. The handshake protocol manages cipher suite negotiation. 

The most complex part of ssl is the handshake protocol.

When Handshaking Takes Place. In order to establish a connection between a computer and a device like a modem, printer, or server, the handshake process begins the connection by telling both devices how to communicate with each other. A classic example is the noises made when two dial-up modems connect to each other.

A suspension system that allows one wheel to move up and down with minimal effect on the opposite wheel is called what? A. Stabilized B. I-Beam C. Radiused D. Independent

Answers

the answer would be "d"
independent suspension so d

~manii

When you use a menu bar, it is at the top of the screen in most gui programs, and the first menu item is almost always ____?

Answers

It is usually file? Hope I could help.

Answer:

File

Explanation:

Whe you use a menu bar, that is the menu that is located at teh top of the window of teh program in most of the computer systems that exist nowadays, for example, In mac you have them at the top of your program window, and the most common first item in the Menu is the tab "File" in Windows or Pc is also "File" so the item File would be the best answer to this question.

Urgent help
Write a program that prints ‘Hello World’ to the screen

Answers

class newprog
 { 
      public static void main()
       {

                 System.out.println("Hello world");
              }
}

[tex]\huge{\purple{\underline{\underline{\mathfrak{\red{\bigstar Java:: \bigstar}}}}}}[/tex]

public class Main {

public static void main(String [] args) {

System.out.println("Hello World");

}

}

[tex]\gray{\rule{300pt}{0.4em}}[/tex]

[tex]\huge{\purple{\underline{\underline{\mathfrak{\red{\bigstar Python:: \bigstar}}}}}}[/tex]

print('Hello World')

[tex]\gray{\rule{300pt}{0.4em}}[/tex]

[tex]\huge{\purple{\underline{\underline{\mathfrak{\red{\bigstar C++:: \bigstar}}}}}}[/tex]

#include <iostream>

using namespace std;

int main() {

cout << "Hello World";

return 0;

}

[tex]\gray{\rule{300pt}{0.4em}}[/tex]

Hope it helps..

A top-notch IT company is seeking an experienced leader to direct a team of experts in the development, creation, and modification of general computer applications software. This person must also train and advise customers on how to use software. Based on these tasks, a worker in which Information Technology pathway should consider applying for this job? Program and Software Development Information Support and Services Network Systems Interactive Media

Answers

Information Support and Services

Based on these tasks, a worker in the Program and Software Development Information Technology pathway should consider applying for this job. The correct option is a.

What is Program and Software Development?

Chief information officer and IT manager are typical job titles. Students who major in programming and software development learn the foundations of software, database, and game creation.

Following the road of programming and software development will probably be enjoyable for an information technology worker. Managing initiatives involving computers and information systems.

Managers of computer and information systems supervise and coordinate an organization's technology-related activities. They oversee teams that monitor databases, deploy new software, and safeguard network security.

Therefore, the correct option is A. Program and Software Development.

To learn more about Software Development, refer to the link:

https://brainly.com/question/3188992

#SPJ6

____ idss/ipss monitor activity on network segments. essentially, they sniff traffic as it flows over the network and alert a security administrator when something suspicious occurs.

Answers

IDS stands for Intrusion detection systems. These systems help detect attacks on systems and networks. IPS stands for Intrusion prevention systems (IPSs)  and stop attacks in progress.
Network based IDSs/IPSs monitor activity on network segments. essentially, they sniff traffic as it flows over the network and alert a security administrator when something suspicious occurs.

Why is ssh preferred over telnet for remote connections?

Answers

telnet conversations are not encrypted, whereas ssh conversations are, so ssh is secured against eavesdropping.

Which feature of a typical professional networking site helps users add professional details to their profile?


Volunteer Experiences and Causes


Skills and Expertise


Sharing Bookmarklet


Status Update

Answers

That's a good question I think it's LinkedIn where they have professional profiles

What option is used to combine several objects so that they can be treated as a single unit

Answers

The 'Grouping' function is used to combine several objects into a single unit in graphic design and computer applications, which allows for easy manipulation and alignment of the grouped objects as one entity.

The option used to combine objects so that they can be treated as a single unit in graphic design and computer applications is typically called 'Grouping'. In software programs like vector graphic editors and many graphical user interfaces, you can select multiple objects and apply the group function. Once grouped, the objects will move, resize, and be adjusted together as though they were a single unit.

This is useful for maintaining the relative layout of elements when moving them around or aligning them about other objects. Grouping can often be done by selecting the objects you wish to combine and then either right-clicking to find the 'group' command or using a direct keyboard shortcut, such as 'Ctrl+G' in many programs. This makes it easier to manipulate complex designs or structures without altering the positioning of individual components within the grouped set.

if BAD = 10, DAC = 11 and CGI = 22 what is the value of OCCAM?

Answers

The answer is 40.  Given that A = 1, B = 2, C = 3, D=4, E=5, F=6 and so on.... 
BAD = 10 :     2 + 1 + 4 + (3) 
DAC = 11 :     4 + 1 + 3 + (3) 
CGI = 22 :      3 + 7 + 9 + (3) 
The term (3) that is necessary could be the number of letters in the equation. 
Therefore, 
OCCAM = 15 + 3 + 3 + 1 +13 + (5) = 40 (5, using number of letters) 

After a computer attempts to resolve a dns name, how does the computer continue searching to find the authoritative source?

Answers

The search begins at the top of the namespace hierarchy with the root name servers. It continues down the levels until it reaches the authoritative server for the domain in which the name is located.

Hope this helped :)
Have a great day

Which describes the conditions that must be met in order to use Subtotal in a spreadsheet? The data must be in adjacent cells and organized in rows using headings. The data must be in adjacent cells and organized in columns using headings. The data must be distributed in different spreadsheets using the same range of cells. The data must be distributed in different tabs within the same spreadsheet using the same range of cells.

Answers

The answer is (B): The data must be in adjacent cells and organized in columns using headings.

You can always add subtotals that contain the same function to several columns at the same time. In most cases, subtotals evaluate values based on categories in another column. For instance, when the value in column A changes, the corresponding value in column B is evaluated.

Answer:

B

Explanation:

the only way to print a photo is on a special glossy paper using professional printing services in a store

True
OR
False

Answers

i believe this is true


i think  this is true

When one says that e-commerce takes away the physical boundaries in doing business, it’s mostly referring to the actual business transaction – the buying and selling, not to the delivery of what was purchased if that is a physical product

Answers

Do you have answer choices?

Answer: is A true

Explanation:

Just got done doing the assignment.

Blender questions
14. A mesh represents a(n) _____ object if its faces enclose a positive and finite amount of space. (1 point)

odd

connected

simple

convex



15. Which of the following is the 3-D view port? (1 point)

the standard layout used for new files

the polygon viewing on the default screen

straight line segments connecting two vertices

a single static image in 3-D

Answers

Answer:

1. Public project

2. true

3. True

4. Simple

5. The info header

6. How to navigate in the space and how to interact with objects

7. Mesh

8. Toolboxes

9. True

10. Keyboard Shortcut

11.Num Lock

12. False

13.False

14. the polygon viewing on the default screen

15. The standard layout used for new files

WARNING

This was the correct answers for 3-D Computer Modeling A Unit 5 Quiz on Connections Academy

Not sure if answers and questions differ for people this was just my quiz answers

Hope it helps y’all

If a submarine's viewing port has a surface area of 0.0100 m2, the force exerted by the water on it at this depth will be 416,000 N in magnitude.

What is submarine's viewing port?

If a submarine's viewing port has a surface area of 0.0100 m2, the force exerted by the water on it at this depth will be 416,000 N in magnitude. The two fluid pressures that are in play are the internal atmospheric air pressure and the external water pressure, which includes the atmosphere operating on it at the surface.

The net force due to fluid pressure can be calculated by using the gauge pressure of the water since the atmospheric pressure acts both internally and is also included in the water pressure and the air pressures virtually cancel each other out.

A force is a vector quantity since it has b0th magnitude and direction. It is calculated using newtons as the SI unit of mea.sure (N). F stands for force (formerly P).

Therefore, If a submarine's viewing port has a surface area of 0.0100 m2, the force exerted by the water on it at this depth will be 416,000 N in magnitude.

Learn more about force here:

brainly.com/question/14110395

#SPJ3

“When using a public computer for browsing the Internet, try to use for________ transactions. Also, use__________ browsing whenever you can.”

FILL IN THE BLANK

Answers

Final answer:

Use non-sensitive transactions on public computers and engage in private browsing. Disconnect from the internet before opening downloaded documents. For security, use a personal device with Chrome.

Explanation:

When using a public computer for browsing the Internet, try to use non-sensitive transactions. Also, use private or incognito browsing whenever you can. It's important to be cautious about entering identifying information into a website, such as your address, and be wary of downloading documents that could access the internet, like photos, Word documents, or PDFs. If necessary, disconnect from the internet before opening such a document. Remember that the most basic version of encrypted communications is in-transit encryption, which protects the content of your communications when browsing the web. For essential online activities, it is recommended that users complete these using a desktop or laptop computer and in Chrome for better security and performance.

Technician A says that the excessive length of a heater hose is intended to protect the heater core from undue stress. Technician B says that excessive wear adds to the length of a heater hose, and a replacement heater hose should be roughly three to four inches shorter than its predecessor. Who is correct? A. Technician B B. Both Technicians A and B C. Neither Technicians A nor B D. Technician A

Answers

Final answer:

Only Technician A is correct because the excessive length of a heater hose is indeed to protect the heater core from undue stress. Heater hoses do not significantly 'stretch' over time as Technician B suggests.

Explanation:

The question deals with the length of heater hoses in a vehicle's heating system. Technician A suggests that the excessive length of a heater hose is designed to absorb vibrations and prevent stress on the heater core. This is accurate because allowing some slack in the hose can prevent tension that might arise from engine movement or hose expansion and contraction due to temperature changes. On the other side, Technician B's statement that a heater hose 'stretches' over time and should be replaced with a shorter hose is incorrect. Hoses may slightly expand, but not to the extent that they would require being significantly shorter upon replacement.

Therefore, the correct answer is D. Technician A is correct, as it's important to install the hose with proper slack to protect the heater core from stress, but not because the hoses 'wear' into a longer length.

Final answer:

Technician A is correct; the excessive length of a heater hose is intended to protect the heater core from undue stress.

Explanation:

The correct answer is D. Technician A.

Technician B's statement is not accurate. The length of a heater hose is not determined by excessive wear. Rather, the excessive length of a heater hose is intended to protect the heater core from undue stress.

The heater core is a component of the vehicle's heating system that is responsible for generating hot air. It is located inside the vehicle's passenger compartment and is connected to the engine by the heater hose. The heater hose allows hot coolant from the engine to flow into the heater core, where it is then used to heat the air that is blown into the passenger compartment. The excessive length of the heater hose is designed to provide flexibility and allow for movement of the engine and the heater core, reducing the risk of damage to the core.

Kenneth's manager has been receiving complaints that Kenneth is rude when he's conversing over email. Which email etiquette has Kenneth violated?
A He sent big files as attachments.
B He hasn't specified the intent of the email in the subject field.
C He hasn't been direct while writing his email.
D He didn't check for grammatical and spelling errors.
E He didn't use the proper tone in the emails he writes.

Answers

I would say (E), He didn't use the proper tone in the emails he writes.

(Ex: Writing in all CAPS, most likely tells the receiver of the EMAIL that you're ANGRY>.).



Hope that helps!!!

The correct answer is E. He didn't use the proper tone in the emails he writes.

Explanation:

Etiquette in email communication and similar contexts includes a set of rules that guarantee communication is effective and polite. In the case of proper tone, this refers to the attitude the person writing the message conveys, this can be polite, unpolite, honest, rude, etc. Additionally, the tone depends on the words used as well as other elements, for example not including a salutation might be interpreted as rude for many people.

According to this, Kenneth has probably violated the rule of using a proper tone because people complaints he seems rude in his email messages. This means, he probably did not use the appropriate words or elements and convey a negative attitude or tone.

At the time of signing, what was the title of the man who is the first of the two names in the name of the 1901 treaty that nullified the Clayton-Bulwer Treaty?

Answers

The answer is the US Secretary of State.  At the time of signing,Secretary of State was the title of the man (John Hay) who is the first of the two names in the name of the 1901 treaty that nullified the Clayton-Bulwer Treaty. It was signed by US Secretary of State John Hay and British Ambassador to the United States Lord Pauncefote on the 18th of November 1901. 
Answer:Secretary of State

The Clayton-Bulwer Treaty was signed by the U.S and Britain in April, 1850 being John M. Clayton and Sir Henry Lytton Bulwer the men who negotiated.  The Hay–Pauncefote Treaty signed in 1901 replaced the Clayton–Bulwer Treaty also negotiated by John Milton Hay, secretary of State of the U.S.

Julian is adding a column of numbers as he inputs expenses from his receipts. Holly wants to create a simple comparison between two grocery stores. Which type of tab alignments would most likely suit each person?

Answers

The best answer to this is:
Julian would use a Decimal tab, and Holly would use a Bar tab.

Which part of the os provides users and applications with an interface to manipulate files?

Answers

I would think you're looking at the GUI, or, Graphical User Interface.

If it's manipulating files only, maybe your looking for the answer of the Filesystem.

I hope this doesn you some good.

Which is an example of a Foley effect?
recording the sound of an aircraft taking off onboard a naval warship


wailing into the microphone to voice a character in distress


blowing air into a paper bag and popping it to reproduce the sound of a tire burst


combining two voices on a computer using software to create a vocal effect

Answers

Foley effect is the remaking of everyday sounds that are used in movies and tv, so it would be "Blowing air into a paper bag and popping it to reproduce the sound of a tire burst"? I would imagine that is the right one

blowing air into a paper bag and popping it to reproduce the sound of a tire burst

the header, in an academic report, typically contains the author’s name and the current page number true or false

Answers

TRUE

True


In most academic reports, most specifically, an MLA academic report, Student’s last name and current page number is contained in the headers. In MLA, which is most common used formatting guide in academic reports, headers numbers all pages consecutively within the right margin.


What is the name of the redesign heuristic that suggests checking the completeness and correctness of incoming materials?

Answers

The answer is Control Addition.  The Control Addition is the name of the redesign heuristic that suggests checking the completeness and correctness of incoming materials.  

The heuristic is called the **"Ingestion Heuristic,"** focusing on verifying completeness and correctness of incoming materials before processing.

The heuristic you're referring to is known as the **"Ingestion Heuristic."** This concept is particularly relevant in redesigning systems or processes where materials, data, or information are received or ingested from external sources.

The main focus of the ingestion heuristic is to ensure that the incoming materials are complete and correct before they are processed further or utilized within the system.

In practical terms, applying the ingestion heuristic involves establishing clear criteria or checks to verify the completeness and correctness of incoming materials. This may include checking for missing data, validating the format or structure, ensuring data integrity, and verifying the accuracy of content.

By implementing robust ingestion processes guided by this heuristic, organizations can minimize errors, reduce processing delays, and enhance overall reliability and quality of operations.

Overall, the ingestion heuristic underscores the importance of proactive validation and quality assurance at the point of material intake, thereby promoting efficiency and reliability throughout the system's workflow.

do someone know some good movie?

Answers

DESCENDANTS 1&2




Hopefully I helped

What type of movies?

A teacher has bookmarked a large number of webpages in Chrome while researching class topics. Unfortunately, he's bookmarked so many that he's struggling to find relevant content quickly. What can he do to simplify this? (Select 3 answers.)

Create a Doc that lists all favorite websites with links
Delete bookmarks that are not urgently required and search for them again when they are needed
Use the search function in the Chrome Bookmark Manager
Rename bookmarks so they are labeled clearly
Organize bookmarks into themed folders

Answers

Rename bookmarks so they are labeled clearly

Which type of USB connector is always plugged into the computer to connect an external device?

Answers

the answer is a micro usb

Micro USB is a miniaturized version of the Universal Serial Bus (USB) interface developed for connecting compact and mobile devices such as smartphones, MP3 players, GPS devices, photo printers and digital cameras.

Landscape orientation works best when information in an Excel worksheet is taller than it is wide.
true or false

Answers

The answer is false. landscape orientation working best when information in an Excel worksheet is taller than it is wide.

The smallest building block of a wireless lan is a ______.

Answers

Wireless LAN, or also denoted as WLAN is a Local Area Network that uses wireless communication. The standard for WLAN is given in IEEE 802.11 
The smallest building block of a Wireless LAN is a basic service set (BSS). This set consists of wireless stations which are executing the same MAC protocol and competing for access to the same shared wireless system.
Other Questions
TON OF FREE POINTS FOR THE SMARTEST FINANCE PERSON! EASY PEASY, JUST NEED HELP TO DO IT THE RIGHT WAY ASAP!!! WHO SHALL WIN? Do not answer incorrectly or to get free points please, or you will be reported, and not smart.David buys a home for $278,640. His home is predicted to increase in value 4% each year. What is the predicted value of David's home in 18 years? Round your answer to the nearest dollar.Options:$542,638$564,474$576,284$580,122Thanks in advance, you guys truly rock. What is 7/10 expressed as a decimal? Enter your answer in the box. who is Alonso?A. The explorer who freed Ariel firstB. The husband of MirandaC. A friend of CalibanD. King of Naples square root of 16 times the square root of 25[tex] \sqrt{16} \times \sqrt{25} [/tex] The repeal of the british corn laws in 1846 was most strongly opposed by The key question in strategic supply management is: how can first tier suppliers contribute to the buying organization's objectives and strategy? how can supply and the supply chain contribute effectively to organizational objectives and strategy? how can first, second, third- and subsequent tiers of suppliers contribute to the buying organization's objectives and strategy? how can the supply manager develop a network of suppliers around a central customer? how can supply strategy be kept separate from and equal to organizational strategy? A laboratory tested twelve chicken eggs and found that the mean amount of cholesterol was 199 milligrams with s = 16.5 milligrams. Construct a 95% confidence interval for the true mean cholesterol content of all such eggs. which of the following is a correctly written thermochemical equation What made Great Britain special so that it industrialized early . The price of an item has been reduced by 35% . The original price was $71.. WILL GIVE BRAINLIEST TO CORRECT ANSWER 15 POINTSTwo poles, AB and ED, are fixed to the ground with the help of ropes AC and EC, as shown: Two right triangles ABC and EDC have a common vertex C. Angle ABC and EDC are right angles. AB is labeled 11 feet, AC is labeled 13 feet, EC is labeled 10 feet, and ED is labeled 5 feet. What is the approximate distance, in feet, between the two poles? A line contains points M(1, 3) and N(5, 0). What is the slope of MN? Liz is putting wallpaper on a 9-foot by 12foot wall. The roll of wallpaper is 30 inches wide. What is the area In general, buying an individual stock from a mid-sized company is less risky than The ratio between the volumes of two cubes is 125 to 216. what is the ratio between their respective surface areas? What is this poem talking about? What is it expressing?Sorry Im not too good with poems... The Emergency Medical Treatment and Active Labor Act is a federal law that makes sure that patients receive emergency medical care regardless of their ability to pay. Imagine that a state writes a law that says that all individuals have to pay for their health care or they will not be treated. What would happen? A toy manufacturer makes a toy truck, a toy car, and a toy boat. The production spreadsheet is: Toy Time to Produce Cost to Produce Profit for Each Truck 10 minutes $1.00 $1.00 Car 12 minutes $0.75 $1.50 Boat 8 minutes $0.80 $0.60 After accounting for breaks, a worker actually works 400 minutes each day. The manufacturer needs each worker to generate a potential profit of $35 each day. Write a system of inequalities that expresses these constraints. The diameter of a circular table top is 2.6 metres. What is its circumference to the nearest metre? -2(bx - 5) = 16Whats does b and x equal?