Question: need python code for this ASAP! `distinct.py` write a program that takes 3 integers and outputs the number of distinct integers 1, 2, or 3
need python code for this ASAP!
`distinct.py` write a program that takes 3 integers and outputs the number of distinct integers 1, 2, or 3 (Ex. In: 1,3,3 Out: 2)
`ordinals.py` write a program that takes an integer N and outputs the first N ordinals, followed by Hellow. Ex. ln : 22 Out: 1st Hello 2nd Hello 3rd Hello 4th Hello 5th Hello ... 10th Hello 11th Hello 12th Hello 13th Hello ... 20th Hello 21st Hello 22nd Hello
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
