subject
Computers and Technology, 07.03.2021 03:00 drezz76

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. 
Part 3

Describe your experience so far with peer assessment of Programming Assignments.

How do you feel about the aspect assessments and feedback you have received from your peers?

How do you think your peers feel about the aspect assessments and feedback you provided them?

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 09:30
:you areto design the controller for alight that functions both as an ordinary light and also as a motion activated light and alarm. a.if the manual switch s is on, then the light l is on. b.besides the manual switch, there is a motion detector, m1, which activatesthis light.c.if motion is detected but the light is on anyway because s is on, only then a secondoutput a, an alarm, is turned on. d.the disable switch, d, disables the motion activated light and alarmbut leaves manual control operation of the light using switch s.(i)read the problem statement and clearly identify the inputs and outputs for the circuit you are designing. (ii)create the truth table for this system; include the light, alarm, switch, disable, and the motion sensor.(iii)draw a schematic of this system.
Answers: 1
question
Computers and Technology, 23.06.2019 18:00
Which finger presses the h key on the keyboard? index finger on the left hand pinky finger on the right hand index finger on the right hand thumb on the left hand
Answers: 1
question
Computers and Technology, 24.06.2019 13:00
Think of a spreadsheet as a giant calculator spread of paper chart data collector
Answers: 2
question
Computers and Technology, 24.06.2019 22:30
Telling a computer that is already on to turn again is known as what type of boot?
Answers: 1
You know the right answer?
Part 1 Write a Python program that does the following. 

Create a string that is a long s...
Questions
question
Mathematics, 20.04.2021 22:00
question
Mathematics, 20.04.2021 22:00
Questions on the website: 13722363