Write script that prompts the user for a number and a divisor . In…

Question Answered step-by-step Write script that prompts the user for a number and a divisor . In… Write  script that prompts the user for a number and a divisor.In the script, write  function named is_divisible, and pass in the number and divisor as parameters.The function should then return true or false if the number was cleanly divisible (i.e. no remainders).The script reports if the number was divisible Computer Science Engineering & Technology Python Programming IT 102 Share QuestionEmailCopy link Comments (0)