Given the following function definition, what would the statement print(magic(5)) display? Python Given the following function definition, what would the statement print(magic(5)) display?def magic(num):return num + 2 * 10Answer: 25 Learn More : Share this Share on FacebookTweet on TwitterPlus on Google+