Create a Python program that can compute for the compatibility of two zodiac signs. Follow the algorithm to calculate the compatibility of the Zodiac Signs.(1) Ask the user for signs.(2) From the zodiac signs, count the number of P's, A's, I's, R's and S's from each input.For example, for the signs Aquarius and Taurus, the values are:P - 0A - 3I - 1R - 2S - 2
(3) Add two numbers at a time until you end with 2 digits as shown in the following: (attached image)Note: When adding the numbers, remove the tens digit and only add the ones digit. For the final percentage, only get the ones values.(4) Display the percentage.
Extracted text: 4 | - 44 ス-24 2.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here