In your guessing game, you replaced dashes in blanks when the user guessed a correct letter by using a string slice. Which line of code will replace the character with an index of n with the guessed letter?
blanks = blanks(n) + letter + blanks(n+1)
blanks = blanks[:n] + letter + blanks[n+1:]
blanks = blanks(:n) + letter + blanks(n+1:)
blanks = blanks[n] + letter + blanks[n + ]

Answers

Answer 1

Answer:

C.

blanks = blanks[:n] + letter + blanks[n+1:]

Explanation:

Got it correct on Edge!

Answer 2

Answer: blanks = blanks[:n] + letter + blanks[n+1:]

Explanation: Edge 23


Related Questions

How should I represent myself online? ​

Answers

Answer:

no be a b word and dont be toxixc be bc it will come back to u

Explanation:


29. Write a program that asks to input any ten numbers and displays sum of them​

Answers

Answer:

Here is the code for a classic C++ program that does it:

--------------------------------------------------------------------------------

#include <iostream>

using namespace std;

int main()

{

   int sum = 0;

   int n;

   cout << "Input 10 numbers: " << endl;

   for (int i = 0; i < 10; i++)

   {

       cin >> n;

       sum += n;

   }

   cout << "Sum of the numbers: " << sum << endl;

}

--------------------------------------------------------------------------------

Explanation:

I'm assuming you know what "include", "using namespace std" and "int main()" do, so I will skip over those.

First, we declare a variable "sum" and initialize it with 0 so we can add numbers to it later.

Then, we declare a variable "n" that will be set as the input of the user.

The "for-loop" will iterate ( go ) from 0 to 9, and will set the value of "n" as the input that is given -> "cin >> n;". After that, we add the value of "n" to the sum variable.

After "i" reaches 9, it will exit the loop and proceed to printing the sum of the numbers.

Hope it helped!

The Advanced Properties sheet enables you to add which of the following?
keywords
category
Author's name
All of the above

Answers

Answer:

All of the above.

Explanation:

Microsoft Word refers to a word processing software application or program developed by Microsoft Inc. to enable its users type, format and save text-based documents.

The properties of a document is generally referred to as metadata and it includes details such as keywords, category, subject, title, and author name. These properties when properly entered into a document makes it easier to organize, search and identify the Ms-word document.

Hence, the Advanced Properties sheet of Microsoft Word enables you to add keywords, category and author's name.

Which of the following scenarios describes an IT professional using the Internet and computer system access in an unprofessional or inappropriate way?

Answers

Answer:

All of the above

Explanation:

The scenario that describes an IT professional using the internet and computer system access in an unprofessional or inappropriate way is:

a. checking social media networks during working hours

b. surfing the Internet during working hours for what to do on the weekend

c. downloading a favorite band’s latest album from a file-sharing service.

What is the internet and computer system?

Cloud computing is a method of storing, managing, and operating data that uses a network of remote servers. Data is stored on remote servers rather than on local storage in the computer when using cloud computing.

Cloud computing also allows for data access via the internet via various devices. Cloud computing is a flexible adjuration service that is accessible via the internet.

Therefore, the correct options are all the above.

To learn more about the internet and computer system, refer to the below link:

https://brainly.com/question/13175896

#SPJ2

Why are user manuals important? Select all that apply.
User manuals contain text and images to describe how to use the program features.
User manuals provide print versions of forum discussions.
User manuals explain the commands and syntax of programming languages.
User manuals often include chapter on problems and their resolutions.

Answers

Answer:

I. User manuals contain text and images to describe how to use the program features.

II. User manuals explain the commands and syntax of programming languages.

III. User manuals often include chapter on problems and their resolutions.

Explanation:

A user manual can be defined as a clear, detailed and an informative guide drafted by the manufacturer (producer) of a product or service, which is to be given to a customer (end user) so as to help them know and understand how to use the product or service properly.

User manuals are important because they contain the following necessary informations;

I. User manuals contain text and images to describe how to use the program features.

II. User manuals explain the commands and syntax of programming languages.

III. User manuals often include chapter on problems and their resolutions.

Additionally, a user manual contains information on the safety precautions that are to be taken by the end user while using a product or service.

Answer:

A C D

Explanation:

Because yes

please can someone help my assignment.​

Answers

Light against dark- Smaller irregularly shaped objects can be used to balance a large flat surface without much detail.

Curved lines or smooth textures Larger areas with smoother, untextured finishes or looks can be balanced with smaller areas with interesting features.

Horizontal lines - The use of elements like arrows and triangles in an image can lead the eye to a certain point in a picture.

Converging lines adds a certain flow or depth to the image. It also adds a sense of distance or scale.

Vertical lines Suggest power, growth, and dominance as shown in tall trees and buildings.

Large against small is when Larger elements in one side of the image can be balanced with smaller elements positioned by itself at the far end of the other side of the image.

Diagonal lines suggest peace, calmness, and a sense of restfulness as shown by rivers, streams, paths, and even the human body.

Symmetrical balance is achieved when the two halves of an image are mirror images of each other.

Asymmetrical balance is achieved when the two halves of an image are not mirror images of each other, but they still feel balanced.

Radial balance is achieved when the elements in an image are arranged around a central point.

How to explain the information

Curved lines are often seen as being more organic and natural, while straight lines are seen as being more geometric and artificial. Smooth textures can also create a sense of calm and serenity, while rough textures can create a sense of energy and excitement.

Horizontal lines can create a sense of stability and balance, while vertical lines can create a sense of height and power. Arrows and triangles are directional elements that can be used to lead the eye to a certain point in an image. They can also be used to create a sense of movement or energy.

Learn more about elements on

https://brainly.com/question/20096027

#SPJ1

As an IT head, you require your employees to login to an intranet portal in your organization. The portal contains a login form in which users have to type their name and password. The password can be a combination of numbers and letters. Which data type is most suitable for a password field?
The (BLANK)data type is most suitable to define a password field.

Answers

Answer:

The answer is Text.

got it right on plato.

I promise you string is NOT the answer it's text

Explanation:

The password data type is most suitable to define a password field.

What is password?

Password is defined as a word, phrase, or string of characters used to distinguish between a procedure or user that is permitted and one that is not. A password is typically a random string of characters made up of letters, numbers, and other symbols. When only numeric characters are allowed, the matching secret is frequently referred to as a personal identification number (PIN).

Most often, passwords are made up of letters, numbers, and spaces. We use string data types as a result. Additionally, it depends on the programming language we are using. NIST advises using sha-256 or better. You will need 256 bits to save this sha-256 hashed password because a hashing method always yields a result of a predetermined length.

Thus, the password data type is most suitable to define a password field.

To learn more about password, refer to the link below:

https://brainly.com/question/28114889

#SPJ2

puter Science (IS)
2
3
Complete the sentence.
A
covers several adjacent buildings of a school and business.

Answers

Answer: Campus Area Network

Explanation: Got it right on Edge.

Answer:

Camus Area Network

Explanation:

Just did it Edg 21/22

Which statement opens a text file so that you can retrieve the information it contains?

aFile = open("books.txt","r")

aFile = open("books.txt","s")

aFile = open("books.txt", "w")

aFile = open("books.txt", "a")

Answers

Answer:

Answered below

Explanation:

aFile = open("books.txt", "r")

This code uses the function open() which takes two parameters. The first parameter is the file name while the second parameter is the mode in which you are accessing the file.

The "r" mode opens the file in a reading state. That is, you can only read from the file. This code completes the reading process

aFile.read( )

The "w" mode opens the file so you can write to it and make changes.

The "a" mode opens the file so you can add contents to it.

The statement which opens a text file somthat you can retrieve the information it contains is; aFile = open("books.txt", "r")

Discussion:

The code above uses the function open() which requires two parameters.

First of which is the file name while the second parameter is the mode in which one is accessing the file.

On this note, the "r" mode opens the file in a reading state. This in essence means, you can only read from the file. This code completes the reading process

aFile.read( )

Post Script:

The "w" mode opens the file so one can write to it and make changes.

The "a" mode opens the file so one can add contents to it.

Read more on text file:

https://brainly.com/question/6962696

select the correct answer from each drop-down menu. “To clean a computer screen, use ___. To clean a keyboard, use a ___.”

Answers

Answer:

The answers are:

The first drop down menu: Soft cloth

The second drop down menu: Paintbrush

Explanation:

I got it right on the Edmentum test.

The selection of the correct word from each drop-down menu is as follows:

To clean a computer screen, always use a soft cloth.To clean a keyboard, always use a paintbrush.

Why computer screen is used cleaned regularly?

It is important to clean off your computer screen regularly. This is because if you don't clean your screen properly, you could damage it permanently and possibly harm your computer.

Many many people don't know how to properly clean their screens, they are just requested to watch a video available on the Internet. The process of cleaning your computer's hardware makes the entire system run more smoothly and keeps it running longer. It not only protects your investment but the important data stored on it as well.

Therefore, the selection of the correct word from each drop-down menu is well mentioned above.

To learn more about Cleaning computers, refer to the link:

https://brainly.com/question/15080618

#SPJ6

E-mails that are mailed directly to a consumer without their knowledge or permission are called

Answers

e-mails that are mailed directly to a consumer without knowledge or permission are called spam

Answer:

I thought it was scam, but it was spam lol

Explanation:

When writing HTML code, what is meant by 'syntax'?​

Answers

Answer:

   Syntax is essentially the punctuation and grammar rules for a computer language.

Explanation:

  Certain characters and words have special meanings and must appear in a particular order for the computer code to make any sense. A simple example from line 3 in Figure 2.2 is the piece of HTML code <head>.

A unique file with a unique name and address that can display ancombination of text, graphics, video,
audio, or animation defines what?
A. web browser
B. web page
C. website
D. web server

Answers

Answer:

B. web page....

in java !
For each of the following tasks, draw what the initial array looks like, diagram how you would solve the problem, and draw what the final array looks like. Then use your diagram to write a step by step process to solve the task. The diagram may show several separate steps, or you may want to use arrows to show how the data will be moved. It will be helpful to number the arrows in the order you draw them.


Given an unsorted array of integers create a sorted array by finding the
largest element in the array and swap it with the last position. Then find the largest
element in the array, ignoring the last position, and swap it with the second to last
position. Repeat until you are only considering the first position (element at index 0).
The initial array is : int array[] = {22, 15, 33, 4, 12, 2, 3, 19 };

Answers

Answer: The attached photo is the code I use to sort the array from Greatest to least. If this doesnt help, I'm sorry.

Explanation:

Consider the block of code below: What would be the most appropriate substitute for the missing Boolean Operator if the intention is to display “True” for only values of x between, but not equal to values of 0 and 10? OR AND NOT XOR

THIS IS URGENT AP CSP

Answers

Answer:

can you show the block of code? you have to account for the fact that booleoans are literally just 1 or 0, true and false

Explanation:

Which of the following is an advantage of using variables?

A.It reduces the number of functions that are necessary in the program.
B.It increases the number of values that are used in a program.
C.It erases the default values.
D.It makes it less likely that an error will be introduced into the code.

Answers

Answer:

D. It makes it less likely that an error will be introduced into the code.

Explanation:

What is the next line?

>>> tuple B = (5, 7, 5, 10, 2. 7)

>>> tupleB.count(7)

1

0

2

5

Answers

Answer:

Answered below

Explanation:

The next line is 1.

The python count function returns the number of times an element appears in a tuple or a list.

In the tupleB tuple, 7 is passed into the count function. The number of times 7 appears in tupleB is just once alongside 5, 2.7, 10 and 5. Therefore, the count function returns 1 in the next line.

The three greater-than signs, >>>, represent a _____.

A. prompt

B. file-path

C. file name

D. IDLE

Answers

Answer:

it's A. prompt

Explanation:

what descriptions can be used for last,first,PR_ID and CID

Answers

Answer:

x r

Explanation:

this is the answer like it thank you

Drag the tiles to the correct boxes to complete the pairs.
Match the memory type with its function.
ROM
cache
RAM
hard drive
Functions
Memory Type
acts as a buffer between the CPU and main memory
arrowRight
contains data and instructions for current execution
arrowRight
stores data permanently
arrowRight
stores the program required to boot a computer
arrowRight
Next

Your welcome

Answers

I need this answer too can someone please help us out with the right answer ?!

Explanation :

What does a GPA show

Answers

Answer:

Grade Point Average

Explanation:

Answer:

Your GPA, or Grade Point Average, is a number that indicates how well or how high you scored in your courses on average. It's meant to score you (usually on a GPA scale between 1.0 and 4.0) during your studies and shows whether your overall grades have been high or low.

Explanation:

You are creating a story map about Mexico. After configuring the web app template, you launch the app to test it. When the app opens, the map is zoomed to the whole world, instead of to Mexico. What actions will fix the problem

Answers

Nbdjsksjsidjdjwkwejd

Jane is designing a robotic arm that is required to move like a human arm. Select the simple machine she will use.

Answers

I NEED THIS ANSWER TOO CAN SOMEONE PLEASE HELP US OUT WITH THE RIGHT ANSWER ?!

Explanation:

Answer:

A.   System of Levers

Explanation:

Which of the following are examples of software? (Select all that apply)

Answers

Put a photo or something

Answer:

How can we answer with no photo ;(

Explanation:

What is output if the user types in 8

Answers

Answer: 8

And if you hold shift while typing it, it gives *

Shelbi likes to play video games on an old Nintendo video game system. No matter how old the cartridge, when she inserts it into the Nintendo console to play, the game loads right away. What type of memory is responsible for this process?

Hard drive
RAM
ROM
Storage

Answers

A: Hard drive!!!!!! Because

Answer:

Hard drive

Explanation:

Which Excel feature should you use to only show values in a column that fit certain criteria?

Answers

Answer:use input

Explanation:

TLE 10 - ICT

In order for computers to network, what are the things you are going to set or configure?

Answers

Answer:

Information And Communication Technology

Which of the following behaviors does not harm a company if your employment is terminated?

Answers

Answer:

D. notifying your employer of all accounts you have access to, and requesting that they change all passwords before you leave

Explanation:

Assuming your employment is terminated, notifying your employer of all accounts you have access to, and requesting that they change all passwords before you leave is a behavior that would not harm a company. In the true and actual sense, making such suggestions is commendable because it would go a long way to cause more good rather than harm the company.

Some mischievous and malicious employees would rather not tell so they can still have an unauthorized access to the company's account and perpetrate various level of evil.

Hence, it is a good global practice to have a company's login credentials updated whenever an employee's employment is terminated.

What task do the referential integrity settings prevent?
a) editing a non-key field in a destination table
b) sharing data from one field between two tables
c) linking a primary key to another table’s primary key
d) deleting a record that has related records in another table

Answers

Answer:

D

Explanation:

Other Questions
1.2 x 10^-6/4.8 x 10^4 simplified You win a lottery that pays $10,000 each year for the next 5 years beginning next year. How much are your winnings worth today Estos ninos pintan muy bien. son timidos Ms. Molinaro pays $105 for 10 Barre classes. What is the cost per class? What is the value of x in this equation? 2x 12 = -52 Which type of muscle can be found inside organs?Question 18 options: the answer is smooth CardiacSmoothSkeletalStriated Determine if the relation is a function if so state the domain and range What is the value of the expression 0.5 ( 3 x + 2 y ) when x = 2 and y = 4? QUICK PLZZ ANYONE? I need it can anyone plz answer this? What is the correct meaning of the word saturate?Saturate the dog's fur with water, and then apply the pet shampoo.wet throughspray downrub inrinse out Which of the following is an acceptable kind of car insurance?A. Personal injury protection of $5,000.B. Property damage liability of $5,000.C. Bodily injury insurance. On what interval is the function positive? Match the description to the term. 1. Swift's criticism of the unfair devaluation of Irish coins published by Johnson 2. Swift, Johnson, and Goldsmith's political party the subject of The Deserted Village 3. destruction of village life common man 4. a political satire growing British Empire 5. the appropriate audience for all literature, according to Johnson a novel by Oliver Goldsmith 6. political events of second half of the 18th century Gulliver's Travels 7. A Dictionary of the English Language Tory Party 8. The Vicar of Wakefield the subject of Drapier's Letters 9. simile a comparison using like or as Jenna is at a fair with four friends. They all want to ride the roller coaster, but only three people can fit in a car. How many different groups of three can the five of them make Omar is going to an amusement park for his birthday party. It costs $30 for the first person's ticket, plus $5 for each additional ticket. If the budget for his party is $125 how many friends could he invite? 5. Religion: Who alone thought that kings had the favor of God and should rule supremely, and why? Which types of light are absorbed by genetic material?ultraviolet (UV)visibleinfrared (IR)microwave F radio how has tobacco use changed over the last few decades? it has doubled about every ten years it has not been closely tracked it has increased steadily for decadesit has significantly decreased what is 4/7- 2/7 i rlly need help! when the pitcher throws the ball it will travel 10 meters per second how long will it take for the ball to reach the hitter? part 2 the hitter hits the ball back to the pitcher, the pitcher catches it it takes one second for the ball to reach the pitcher how fast was the ball traveling?