Question

Part 1 - Write-up Consider these two scripts that determine whether a number is divisible by 5 or not: DivByFive_NoFunction.py and DivByFive Function.py Please write a brief paragraph (4-6 sentences) about

the following: The differences between the two scripts The pros of each of the scripts The cons of each of the scripts Why functions are useful