My most recent computer test had a question:
Develop a python program to print square root of every alternate number in the range 1 to 15.
I don't know what alternate number means? Is it comparable to the Fibonacci or Perfect numbers? Please solve this Python code and explain what exactly it means?