Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write this program using python format and screenshot the python coding without any break statements. 1) Here are three txt files that have the following

write this program using python format and screenshot the python coding without any break statements.

1)

Here are three txt files that have the following key value pairs.

CourseInstructor.txt This has course number and instructor name.

CourseDays.txt This has course number and days on which the class is scheduled to meet.

CourseMeetingTime.txt This has course number and meeting start time.

Write a program to create three dictionaries that have the key-value pairs from these three files linked above. The program should then ask the user for a course number and then display the instructor, meeting start time, and days of meeting for that course.

CIS2200 TuTh CIS3100 F CIS3120 TuTh CIS3400 TuTh CIS3750 TuTh CIS3920 MW CIS4100 TuTh CIS4110 TuTh CIS4160 MW CIS4400 MW CIS4800 TuTh CIS5800 MW CIS9340 TuTh CIS9440 MW CIS9480 F CIS9490 MW CIS9557 TuTh CIS9660 F

CIS2200 Izen CIS3100 Ennoure CIS3120 Kumar CIS3400 Ferns CIS3750 Gubernat CIS3920 Cai CIS4100 Friedman CIS4110 Finnegan CIS4160 Craig CIS4400 Holowczak CIS4800 Finnegan CIS5800 Brown CIS9340 Kline CIS9440 Holowczak CIS9480 Bianco CIS9490 Kiris CIS9557 Kumar CIS9660 Gao

CIS2200 04:10PM CIS3100 09:05AM CIS3120 02:30PM CIS3400 10:45AM CIS3750 05:50PM CIS3920 10:45AM CIS4100 07:30PM CIS4110 09:05AM CIS4160 12:50PM CIS4400 10:45AM CIS4800 10:45AM CIS5800 12:50PM CIS9340 07:30PM CIS9440 05:50PM CIS9480 05:50PM CIS9490 05:50PM CIS9557 05:50PM CIS9660 05:50PM

2) In a program, write a function that accepts two arguments: a list, and a number n. Assume that the list contains numbers. The function should display all of the numbers in the list that are greater than the number n. Then test this by calling the function and passing a list and a number.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 2012 Proceedings Part 2 Lnai 7197

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284892, 978-3642284892

More Books

Students also viewed these Databases questions

Question

5. Arranging for the training facility and room.

Answered: 1 week ago

Question

1. Discuss the five types of learner outcomes.

Answered: 1 week ago