Question: in python language please (7) (10) pts) Use the function in the previous question (or any other method) to print the list perfect squares from
(7) (10) pts) Use the function in the previous question (or any other method) to print the list perfect squares from 1 to 1000 (8) (10 pts) Write a function clean(L) that takes a list L and return the list L in order and without repeated values. For example for L = ['c', 'a', 'a','b','*', 'c','b', 'a'), the function should return (','.'c'). (9) (10 pts) Write a program that ask the user for numbers in a while loop till the user hits enter and returns the smaller number that was entered
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
