Question: in python please Write a program that : 1- Gets two users to input their names. 2- Calculates the number of characters in each name
Write a program that : 1- Gets two users to input their names. 2- Calculates the number of characters in each name and add them together. 3- Calculates the modulus of the total characters in both names divided by 3 . 4- If the modulus is 0, output a message saying : "You Have a Big Chance to be Friends". 5- If the modulus is 1 , output a message saying : "You Might Have a Chance to be Friends" . 6- If the modulus is 2 , output a message saying : "You Don't Have a Chance to be Friends
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
