HW2-Jupyter Notebook
C5
localhost:8889/notebooks/Downloads/HW2.ipynb
150%
n
140
=
Jupyter HW2 Last Checkpoint: 3 hours ago (autosaved)
Logout
File
Edit
View
Insert
Cell
Kernel
Navigate
Widgets
Help
Trusted
Python 3
M Run
Markdown
2.3 Question 3 (11 points):
Write a program that reads three integers n1, n2, and n3 and prints "Integers are different" if the integers are different, then it prints "The integers are increasing" if n1 < n2 < n3 or "The integers are decreasing" if n1 > n2 > n3. If they are not different then the program prints either "Two integers are the same" or "All integers are the same"
Sample run
Sample run
Sample run
Enter the first integer 5
Enter the second integer 10
Enter the third integer 25
The integers are different
The integers are increasing
In[]:%code q3 # YOUR CODE HERE raise NotImplementedError()
Windows-bww
WindIn]#DONT MOVE OR REMOVE THIS CELL
NG
S
W