Please I have been having a problem with this assignment of mine but I have not gotten an answer. Idiot know if anybody could be of help to me.
Part 1

Write a Python program that does the following.

Create a string that is a long series of words separated by spaces. The string is your own creative choice. It can be names, favorite foods, animals, anything. Just make it up yourself. Do not copy the string from another source.

Turn the string into a list of words using split.

Delete three words from the list, but delete each one using a different kind of Python operation.

Sort the list.

Add new words to the list (three or more) using three different kinds of Python operation.

Turn the list of words back into a single string using join.

Print the string.

Part 2

Provide your own examples of the following using Python lists. Create your own examples. Do not copy them from another source.

Nested lists
The “*” operator
List slices
The “+=” operator
A list filter
A list operation that is legal but does the "wrong" thing, not what the programmer expects
Provide the Python code and output for your program and all your examples
Thanks.

Answers

Answer 1

Answer:

ummm

Explanation:

your on your own it doesn't makes since


Related Questions

Question # 1
Dropdown
Choose the word that matches each definition.
[ ] is the study of designing and building computers and computer-based systems.

Answers

Answer:

Computer engineering

Explanation:

Computer engineering is the answer

Need answer quick plz.

Fill in the blank with the correct response.

A colleague excitedly tells you she has created a interface component for SPSS, a statistics software program. She

has created a

Answers

Answer:

SPSS

IS THE ANSWER

IHOPEIT WILL HELP YOU

Answer:

wassup with it bro i don't even know the answer and i just want the points

Explanation:

What is the relation, if any, between a web master and a web developer?

A) They are simply different titles that different companies may use for the exact same job.

B) While a web developer maintains a company's websites, the web master creates them in the first place.

C) There is no relation between them as they handle entirely different aspects of a company's web presence

D) While a web master maintains a company's websites, the web developer creates them in the first place.

Answers

I would say D, it makes sense to me.

Answer:

a)

Explanation:

they are the same

Does anybody play nba2k21 On ps4

Answers

Answer:

yeah but I gotta re-download it

Answer:

Nope but can i get it on switch

Explanation:

write a Python function that join the two string and print it ​

Answers

Answer:

string1 = "this is string 1"

string2 = " this is string 2"

print(string1 + string2)

Explanation:

the string1 variable is assigned with a string value(aka. str)

string2 is also a variable assigned with a slightly different string value

the 3rd line then prints string 1 and 2 to the console.

Answer:

Nothing complicated

See attached images

Display the IP address of the default gateway of this device.

Answers

Answer:

ipconfig

Explanation:

Type ipconfig and look for a Default Gateway entry that is not blank.

In object-oriented programming, what is an instance of a class? A. A code used to create multiple classes B. An individual object of a class C. The attributes and behaviors of one class D. The moment an object becomes a class

Answers

Answer:

I'm thinking it's B. An individual object of a class

Sorry if I'm wrong :(

can you guys help me??​

Answers

Answer:

a = int(input("Enter number: " ))

  print("Product (x12) = " + str(a * 12))

except:

  print("Entered not a number")

Which of the following algorithmic efficiencies would be considered LEAST efficient?

A. Linear
B. Constant
C. Polynomial
D. Exponential

Answers

Answer:exponential

Explanation: I believe

which tools is used to bundle cables neatly inside and outside of a computer?​

Answers

Answer:

Cable Ties

Explanation:

Brandon realized that his program wasn’t running properly because he used a colon instead of a semi-colon. What kind of error did Brandon make?
syntax error

Boolean error?

logic error?

iteration error?

Answers

Answer:

Syntax Error

Explanation:

Syntax Errors a simple errors where you could forget something simple like a comma or maybe misspell a word.

Answer:

The error Brandon made by using a colon instead of a semi-colon is Syntax error

Does anyone have 2.19.4 Guess a number 2.0 code for codehs?

Answers

Python is a high-level, universally interpreted programming language. It seeks to encourage a clear, succinct programming approach.

What is a programming language?

A method of notation for creating computer programs is known as a programming language. The majority of formal programming languages are text-based, though they can also be graphical. They are a sort of programming language.

Syntax and semantics, which are often specified by a formal language, make up the two parts of the definition of a programming language. Some languages have a specification paper that serves as their definition, while others have a dominant implementation that serves as their reference.

Both exist in certain languages, with the base language being defined by a standard and extensions frequently drawn from the most popular implementation.

The branch of computer science that investigates the creation, use, analysis, characterization, and classification of programming languages is known as programming language theory.

Learn more about programming language, here

https://brainly.com/question/23959041

#SPJ5

A basic implementation of the "Guess a Number 2.0" game in Python. You can adapt this code to your specific needs on CodeHS or any other platform.

import random

def play_game():

   secret_number = random.randint(1, 100)

   num_guesses = 0

   print("Welcome to Guess a Number 2.0!")

   print("I'm thinking of a number between 1 and 100.")

   while True:

       guess = int(input("Take a guess: "))

       num_guesses += 1

       if guess < secret_number:

           print("Too low!")

       elif guess > secret_number:

           print("Too high!")

       else:

           print(f"Congratulations! You found the number in {num_guesses} guesses.")

           break

   play_again = input("Do you want to play again? (yes/no): ")

   if play_again.lower() == "yes":

       play_game()

   else:

       print("Thank you for playing!")

play_game()

This is a basic implementation of the "Guess a Number 2.0" game in Python. The code generates a random secret number between 1 and 100 and prompts the user to guess the number. It provides feedback ("Too low!" or "Too high!") based on the user's guess and continues until the correct number is guessed. Afterward, it gives the option to play again or exit the game.

Learn more about python on:

https://brainly.com/question/30391554

#SPJ6

input data that can be accepted by a function in Python is called as​

Answers

Answer:

Getting User Input from Keyboard

Explanation:

There are two functions that can be used to read data or input from the user in python: raw_input() and input(). The results can be stored into a variable.

Answer:

also know as IDE

Explanation:

Citations that are ______________________________ can be used to build a bibliography when needed. [Create and Modify Citation Sources]
Question 1 options:

underlined

bolded

marked

italics

Answers

Answer:

I think the best option would be C. Marked

Explanation:

hope this helps and sorry if it is incorrect.

Which one way in which using infrared in game console controllers could affect the experience of a person playing the game?

Please answer asap I need it now

Answers

An increasing amount of games is released on multiple platforms, and game designers face the challenge of integrating different interaction paradigms for console and PC users while keeping the core mechanics of a game. However, little research has addressed the influence of game controls on player experience. In this paper, we examine the impact of mouse and keyboard versus gamepad control in first-person shooters using the PC and PlayStation 3 versions of Battlefield: Bad Company 2. We conducted a study with 45 participants to compare player experience and game usability issues of participants who had previously played similar games on one of the respective gaming systems, while also exploring the effects of players being forced to switch to an unfamiliar platform. The results show that players switching to a new platform experience more usability issues and consider themselves more challenged, but report an equally positive overall experience as players on their comfort platform.

In the current situation, how do you access information as a student? How will you integrate the use of ICT in your daily life and your chosen track?

Answers

Answer:

Explanation:

As a computer science student information is accessed in every possible way. This can be through a local school lan network, mobile devices, e-mail, etc. All of these help information flow to and from various people and makes obtaining this information incredibly simple as a student. Especially in the field of computer science, I need to integrate as many ICT devices with me in my everyday life, to send emails, check calendar updates, research information on the web, check school reports, and even speak with clients.

How does setting user permissions increase the security of a system?

Answers

Answer: This can allow for less hackers to acquire your most essential and private information. It will be kept private to you and only others you share with.

Explanation: For example, if I wanted to edit a document without being given the consent to do so this will breach the security of user permissions, but if the individual was to set the document to view only, I would not have access to edit or even change little aspects of it.

Plz help
Match each engineering job role to its description

Answers

Answer:

Check image, correct on PLATO

Explanation:

The correct matches of each engineering job role to its description are mentioned below.

What is engineering?

Engineering is the application of science and mathematics to problem-solving. While scientists and innovators create new ideas, it is engineers that put these ideas into practice.

It is the integration of scientific concepts to the design and construction of machinery, structures, and other objects such as bridges, tunnels, roads, automobiles, and buildings.

Each engineering job role's correct match to its description is shown here.

Heads the engineering department and ensures that it operates smoothly  - chief engineerperforms administrative work to ensure projects comply with engineering codes and standards  - office engineerperforms a variety of onsite tasks, such as supervision and equipment installation -  field engineerensures projects end on time through careful planning and organization - project engineerensures proper sequencing of events to minimize project duration - planning engineer.

Learn more about engineering here:

https://brainly.com/question/19117846

#SPJ2

It is best to use ____________________ styles to get a table of contents to build easily. [Insert a Table of Contents]
Question 5 options:

font

pretty

heading

black

Answers

Answer: heading

Explanation:

It is best to use the heading styles to get a table of contents to build easily. In this case, when the table of contents us inserted, a section will be created for each heading.

When one applies the heading style, one is simply telling Ms Word that a new section in the document is about to begin. The heading style when used for the chapters can be used to know the number of sections that are contained in a document.

QUESTION 4 of 10: What term refers to the basic characteristics of a population segment, such as gender, age, and income?

Answers

272727727272727226282829292
Does it offer multiple choices?

What is considered appropriate dress for men and women in the workplace? Select all that apply.

Answers

Answer:

I guess clean, pressured pants or skirt

and

dress shirts and ties

Answer:

the first and last

Explanation:

because you don't want to reveal any things that are inappropriate but you still want to be comfortarible.

HELP ASAP!!!!!!!

Which one of these is an example of soft skills?


coding in Python


creating a flowchart


having a good work ethic


using project management software​

Answers

Having a good work ethic

all of the following are computer hardware servicing tools EXCEPT​

Answers

Answer:

Shovel

Explanation:

Describe white blood cells you see at 10X?

Answers

Answer:

White blood cells are part of the body's immune system. They help the body fight infection and other diseases. Types of white blood cells are granulocytes (neutrophils, eosinophils, and basophils), monocytes, and lymphocytes (T cells and B cells). ... Also called leukocyte and WBC.

Explanation:

Which keyboard shortcut is used to move the cursor one cell to the right of the insertion point?

Tab
Shift+Tab
Down arrow
Shift+Left Arrow

Answers

Answer:

Tab

Explanation:

Pressing the tab button moves the cursor one cell to the right of the insertion point

Answer:

A. Tab

Explanation:

edge

I could've been somebody, you know? Esperanza, you go to school. Study hard. . . . Got to take care all your own, she says shaking her head. —"A Smart Cookie," Sandra Cisneros Which inference can you make about Esperanza’s mother based on her words? She believes that good things happen by chance. She believes that people must take responsibility for their futures. She believes that to be somebody, you need to have talent.

Answers

Answer:

B or She believes that people must take responsibility for their futures.

Explanation:

mark me brainliest plz?:)

Answer:

B

Explanation:

i hope you know you are worth it

Backing up your data on a regular basis is a part of the ___ process.
A. insurance
B. troubleshooting
C. maintenance
D. regulatory

Answers

Backing up your data on a regular basis is a part of the maintenance  process.

What is data backup?

The term data backup is known to be a term that entails the act of copying of physical or virtual files or databases to nay kind of secondary location for safe keep or preservation.

In any organization, the backing up of system files as well as documents and organisation information are very important in terms of system failure or breakdown.

Hence, Backing up your data on a regular basis is a part of the maintenance  process because it entails a preservation way of keeping data.

Learn more about maintenance  process from

https://brainly.com/question/23545233

#SPJ1

By default, tables are sorted in ascending order by this.


What’s the answer?

Answers

Answer:

Record number

Explanation:

It simply can't be "data type" as there cant be more than one data type in a field. It won't be "primary key field" either as primary keys only set the field as unique. You can test this by changing the primary key to a different field. But for simplicity's sake, I did this experiment for you.

As you can see in the first and second attachments, ID is the primary key, set default by the program.

But when I set Field 8 as the primary key, shown in the third attachment, field 8 doesn't sort, shown in the fourth attachment.

Answer:

By default, tables are sorted in ascending order by record number.

Which comparison operator means ‘is not equal to’?



!=


==


=#


%

Answers

Answer:

A. !=

Explanation:

== Means equal, != is like a block of that, meaning NOT EQUAL

As per the operators, the comparison operator that means 'is not equal to' is !=.

The comparison operator!= is used to detect whether two values are not equal. It is often used to assess conditions in programming languages and logical expressions.

When used, the operator determines if the values on each side of it are not equal. The expression evaluates to true if they are not equal.

This operator is useful for comparing data and executing various code blocks based on their inequality.

Thus, programmers may use the!= operator to generate branching logic and make decisions depending on the equality or inequality of values, increasing the flexibility and control of their program.

For more details regarding operators, visit:

https://brainly.com/question/29949119

#SPJ6

1 2

3 4

Question #4

Multiple Choice

Which statement is true about the random and secrets modules?

O Only the secrets module can generate random numbers.

O Both modules can generate random numbers.

Neither module can generate random numbers.

O Only the random module can generate random numbers.

Answers

Answer:

Both modules can generate random numbers.

Explanation:

Both the random and secrete modules are builtin programming modules used for generating random number variables. The random module consists of a number of methods in its module for random. number generation such as seed() ; getstate() ; random() ; choice() ; randrange() ; randint() and so on. Random methids are best for generating random numbers which are to be adopted for simulation or modeling. The secrete modules does the same however, numbers generated are stronger and less predictable than the random number modules. Secrete modules are usually adopted in the generation of authentication token and security pins.

Answer:

Neither module can generate random numbers.

Explanation:

Because I took the quiz and that's the right answer.

Other Questions
whats12 divided by 1/3 (infractions) Why do non metal ions change from being soluble in solution to insoluble at the surface of the cathode just please help me!!! a letter to Lydia what is the main theme or message of this letter Use the data set to answer the question. Which best describes the data set x2 - 18x + 81True or False?Your FACTOR is when you SQUARE your B value. Mark spends $36 at a basketball game. He buys a T-shirt for $22. He then buys a bottle of water for $4 and 2 tacos. How much is each taco? A flagpole is 4 meters tall. How manycentimeters tall is the flagpole? What can be an example of a unicellular eukaryotic organism? can someone help me please An object is traveling and at 6 seconds it has a velocity of 18 m/s, then at 10 seconds it has a velocity of 38 m/s. What is the acceleration of the object from 6 to 10 seconds? A) 3 m/s2 B) 4 m/s2 C) 5 m/s2 D) 6 m/s Cytokinesis happens differently for plant and animal cells. Both separate cytoplasm between two new daughter cells. However, which type of cell cytokinesis looks like a balloon being separated by a string being pulled tightly between them?Question 4 options:Plant Cell cytokinesisAnimal Cell CytokinesisBothNeither GET - On the App Store8 37th1800[]115/66StreakIn section 9 when the Jews are ordered to assemble in the Appelplatz in Buchenwald,the prisoners understandthat they will beused as humanshields when theAmericans arrivethey are about tobe moved toanother campthey will receivesoup and breadrationsthey are all about tobe killed write [tex] \frac{12}{25?} [/tex]as a decimal and as a percent (3/5)x + 25y=10 determine the slope of the line What effect does the illustration have on the passage?noture.It gives the reader a list of the physical attributes that enable the bird to fly.OB. It helps the reader imagine how a bird's form relates to its various functions.O c. It helps the reader see exactly where certain features are located on birds.OD. It gives the reader an example of a bird that might be found in one's backyard.eneraltheynewy1, or aResetNextof arateSize ofrs,Crownof I need help on this thing A group of 20 students attempting a MathematicalChallenge have an average age of 11. When their teacher is included their average age is12. What is the age of the teacher? Help on question 5 please :)) this is the questions