logo Use CA10RAM to get 10%* Discount.
Order Nowlogo
(5/5)

Write a program that creates a list object. The list should have nine different items (coffee, tea, sugar, milk, rice, carrots, cabbage, basil, parsley).

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Python stream programming labs

DATA STRUCTURES LAB

Using data structures to hold different types of information.

 (based on the data structures lecture material).

Welcome to the Data Structures lab. The tasks in the lab will focus on using different types of data structures, ranging from strings to lists, tuples and dictionaries.

 

Marks:

  • The Data Structures lab is worth 10% of Portfolio 2.
  • Portfolio 2 is worth 40% of the teaching block marks

 

Task1

 Write a program that creates the string object:

testString1 = ‘This is a test string’

Access individual characters in the string to display the following to the screen:

  • The first character of the string
  • The first 6 characters of the string
  • The fourth, fifth and sixth characters of the string
  • The last six characters of the string

 

Next, check if the character “h” is included in the phrase “this is a test string” and display the result to the screen in the form of the following sentence:

It is True that h is included in This is a test string

The values in blue should be supplied by the program.

 

Task2

Write a program that creates four string objects:

testString2 = ‘the python standard library’

testString3 = ‘hello’

testString4 = ‘hello everyone’

testString5 = testString5 = 'hello everyone here and everyone watching on TV'

Now test if testString2 ends with the characters ‘ry’. Output the result in a sentence in the form below with the values in blue supplied by the program:

It is True that the python standard library ends with ry 

Now test if testString3 and testString4 contain only characters from the alphabet. Ouput the results in two sentences in the form below with the values in blue supplied by the program

It is True that hello contains all alphabetic characters

 Now take testString4 and testString5 and replace the word ‘everyone’ with ‘you people’ using an appropriate built-in string method. You should output

hello you people

hello you people here and you people watching on TV 

Now take testString5 and replace the first word ‘everyone’ with ‘you people’ using an appropriate built-in string method, but this time leave the second ‘everyone’ in testString5 the same. You should output

hello you people here and everyone watching on TV 

 

Task 3: 

  • Use the list data structure to create a list to hold the names of five different Python IDEs and display the list to the screen:
  • Using an appropriate method, add a sixth Python IDE name to the list and display the length of the list to the screen.
  • Next, delete the first item on the list and print out the length of the list.
  • Using an appropriate method, arrange the list in alphabetical order and display the list to the screen. 

Task 4 

Write a program that creates a list object. The list should have nine different items (coffee, tea, sugar, milk, rice, carrots, cabbage, basil, parsley).

Display to the screen:

The length of the list

The list in reverse order

The list in alphabetical order.

You release you have forgotten to add fruit to the list. Insert three different types of fruit between the milk and the parsley on the alphabetically sorted list.

You realise that you have enough coffee and tea. Replace the coffee and tea with pasta and beans respectively.

Re-sort the list alphabetically and display the final list to the screen.

Your output should take the following form:

['coffee', 'tea', 'sugar', 'milk', 'rice', 'carrots', 'cabbage', 'basil', 'parsley']

The shopping list is 9 items long

The list in reverse order is ['parsley', 'basil', 'cabbage', 'carrots', 'rice', 'milk', 'sugar', 'tea', 'coffee']

['basil', 'cabbage', 'carrots', 'coffee', 'milk', 'parsley', 'rice', 'sugar', 'tea']

['basil', 'cabbage', 'carrots', 'coffee', 'milk', 'oranges', 'apples', 'bananas', 'parsley', 'rice', 'sugar', 'tea']

['basil', 'cabbage', 'carrots', 'pasta', 'milk', 'oranges', 'apples', 'bananas', 'parsley', 'rice', 'sugar', 'beans']

['apples', 'bananas', 'basil', 'beans', 'cabbage', 'carrots', 'milk', 'oranges', 'parsley', 'pasta', 'rice', 'sugar']

 

Task5 

A company has asked an employee to submit the kilometres they have undertaken on behalf of the company over the last month in order that they can claim their expenses. The company will pay their employee 40 pence per mile, so you should first convert the employees list given in km, to miles before calculating the cost.

Create a list object to hold the mileage covered on different trips:

employee1 = [35, 54, 200, 37, 45, 67]

The program should produce a new list for the employee that shows the amount that will be repaid for each journey. The program should also calculate the total cost for all the journeys. The output to the screen should look like:

Employee1 list in cost is [8.7, 13.42, 49.71, 9.2, 11.18, 16.65]

Final cost is 108.86

(5/5)
Attachments:

Related Questions

. Introgramming & Unix Fall 2018, CRN 44882, Oakland University Homework Assignment 6 - Using Arrays and Functions in C

DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma

. The standard path finding involves finding the (shortest) path from an origin to a destination, typically on a map. This is an

Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t

. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class. The LineItem class will represent an individual

Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th

. SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

. Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Um e HaniScience

778 Answers

Hire Me
expert
Muhammad Ali HaiderFinance

655 Answers

Hire Me
expert
Husnain SaeedComputer science

888 Answers

Hire Me
expert
Atharva PatilComputer science

765 Answers

Hire Me
April
January
February
March
April
May
June
July
August
September
October
November
December
2025
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
SunMonTueWedThuFriSat
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
00:00
00:30
01:00
01:30
02:00
02:30
03:00
03:30
04:00
04:30
05:00
05:30
06:00
06:30
07:00
07:30
08:00
08:30
09:00
09:30
10:00
10:30
11:00
11:30
12:00
12:30
13:00
13:30
14:00
14:30
15:00
15:30
16:00
16:30
17:00
17:30
18:00
18:30
19:00
19:30
20:00
20:30
21:00
21:30
22:00
22:30
23:00
23:30