Please write the code in pyth , Thanks

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Please write the code in pyth , Thanks

**Part One - List Comprehension**

Using a list comprehension, generate a list of the first 10 Triangle numbers. If you've never learned about Triangle numbers, [this site](https://www.mathsisfun.com/triangle-number.html) has everything you need to know. As detailed on the website, the formula to calculate the nth term in the sequence is n*(n+1)/2.

**Part Two - Sets**

a. Create a set named class1 and populate it with the students Liu, Audry, Jia, Nigel, Tanya.  
b. Create a set named class2 and populate it with the students Zhang, Nigel, Tanya, Hiroto, Audry.  
c. Create a set named class3 and populate it with the students Nigel, Zhang, Hiroto, Anita, Jia.  
d. Using set operators or set methods, generate a set of students who are in all three classes. Print a sorted list of these students.  
e. Using set operators or set methods, generate a set of all students in Part D. Print a sorted list of these students.  
f. Using set operators or set methods, generate a set of students in class1 but not class2 or class3. Print a sorted list of these students.  
g. Using a set comprehension, generate a set of all students who are in class2 but not in class1. Print a sorted list of these students.

**Part Three - Tuple Basics**

For Parts Three, Four and Five, you will be working with data about the movie *Casablanca*.

a. Create a tuple that contains the elements Casablanca, 1942, romantic drama.  
b. Unpack the tuple into variables title, year, genre.  
c. Print the genre.

**Part Four - Named Tuple**

a. Define a named tuple called Movie that contains the fields title, year, genre.  
b. Create a Movie tuple that contains the elements Casablanca, 1942, romantic drama.  
c. Print the title.

**Part Five - Named Tuple Containing a List**

a. Define a named tuple called Moviestars that contains the fields title, year, genre, stars.  
b. Create a Moviestars tuple called favoritestovie that contains the elements Casablanca, 1942, romantic drama, and a list containing elements Humphrey Bogart, Ingrid Bergman.  
c. Append Claude Rains to the stars list. Use the syntax favorit
Transcribed Image Text:**Part One - List Comprehension** Using a list comprehension, generate a list of the first 10 Triangle numbers. If you've never learned about Triangle numbers, [this site](https://www.mathsisfun.com/triangle-number.html) has everything you need to know. As detailed on the website, the formula to calculate the nth term in the sequence is n*(n+1)/2. **Part Two - Sets** a. Create a set named class1 and populate it with the students Liu, Audry, Jia, Nigel, Tanya. b. Create a set named class2 and populate it with the students Zhang, Nigel, Tanya, Hiroto, Audry. c. Create a set named class3 and populate it with the students Nigel, Zhang, Hiroto, Anita, Jia. d. Using set operators or set methods, generate a set of students who are in all three classes. Print a sorted list of these students. e. Using set operators or set methods, generate a set of all students in Part D. Print a sorted list of these students. f. Using set operators or set methods, generate a set of students in class1 but not class2 or class3. Print a sorted list of these students. g. Using a set comprehension, generate a set of all students who are in class2 but not in class1. Print a sorted list of these students. **Part Three - Tuple Basics** For Parts Three, Four and Five, you will be working with data about the movie *Casablanca*. a. Create a tuple that contains the elements Casablanca, 1942, romantic drama. b. Unpack the tuple into variables title, year, genre. c. Print the genre. **Part Four - Named Tuple** a. Define a named tuple called Movie that contains the fields title, year, genre. b. Create a Movie tuple that contains the elements Casablanca, 1942, romantic drama. c. Print the title. **Part Five - Named Tuple Containing a List** a. Define a named tuple called Moviestars that contains the fields title, year, genre, stars. b. Create a Moviestars tuple called favoritestovie that contains the elements Casablanca, 1942, romantic drama, and a list containing elements Humphrey Bogart, Ingrid Bergman. c. Append Claude Rains to the stars list. Use the syntax favorit
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY