o i'm trying to do this problem the question is Compare 4 numbers, return the largest number. 1. Create "lib1.py" create a function "CompareNumbers(num1, num2, num3, num4)" - returns the largest number 2. Create "MainNum.py" - import lib1.py - 4 inputs for 4 numbers - pass 4 numbers to function CompareNumbers(num1, num2, num3, num4) - display the largest number with print() However, I keep on getting an error and don't know what I'm doing wrong.

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

So i'm trying to do this problem the question is

Compare 4 numbers, return the largest number.

1. Create "lib1.py" create a function "CompareNumbers(num1, num2, num3, num4)" - returns the largest number

2. Create "MainNum.py" - import lib1.py - 4 inputs for 4 numbers - pass 4 numbers to function CompareNumbers(num1, num2, num3, num4) - display the largest number with print()

However, I keep on getting an error and don't know what I'm doing wrong. 

File Edit Format Run Options Window Help
A def CompareNumbers (numl, num2, num3, num4) :
File Edit Shell Debug Options Window Help
ModuleNotFoundError: No module named 'libl
>>>
= RESTART: C:/Users/Spencer/AppData/Local/Programs/Python/Python310/python assin
allNum = [numl, num2, num3, num4]
maximun = max (allNum)
gment 5.py
Traceback (most recent call last) :
return maximum
import libl
File "C:/Users/Spencer/AppData/Local/Programs/Python/Python310/python assingme
nt 5.py", line 5, in <module>
import libl
ModuleNotFoundError: No module named 'libl
>>> 3
numl = int (input ("Enter first number: "))
num2 = int (input ("Enter second number: "))
num3 = int (input ("Enter third number: "))
num4 = int (input ("Enter fourth number: "))
3
>>> 23
large = lib1.CompareNumbers (numl, num2, num3, num4)
23
print ("Largest is: " + str (large))
>>> 2
2
2
Transcribed Image Text:File Edit Format Run Options Window Help A def CompareNumbers (numl, num2, num3, num4) : File Edit Shell Debug Options Window Help ModuleNotFoundError: No module named 'libl >>> = RESTART: C:/Users/Spencer/AppData/Local/Programs/Python/Python310/python assin allNum = [numl, num2, num3, num4] maximun = max (allNum) gment 5.py Traceback (most recent call last) : return maximum import libl File "C:/Users/Spencer/AppData/Local/Programs/Python/Python310/python assingme nt 5.py", line 5, in <module> import libl ModuleNotFoundError: No module named 'libl >>> 3 numl = int (input ("Enter first number: ")) num2 = int (input ("Enter second number: ")) num3 = int (input ("Enter third number: ")) num4 = int (input ("Enter fourth number: ")) 3 >>> 23 large = lib1.CompareNumbers (numl, num2, num3, num4) 23 print ("Largest is: " + str (large)) >>> 2 2 2
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 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