Q1. Write a Python function to calculate the difference between a given number and 17. If the number is greater than 17, return twice the absolute difference. Q2. Write a Python function test_range(n) ...