Write a new program called SpeedConversion.py that converts a nautical speed in knots to a speed in kilometres per hour (km/h). Your program must rst ask the user to enter their name. The program should then print a greeting to the user followed by a prompt for the user to enter a nautical speed in knots. It will then calculate the equivalent speed in km/h and print out the result.
Write a program that asks the user to enter a number. The program should decide whether the number is a prime number or not and inform the user.