write a python program to Create a function let's say round_number() that takes two integers, num and n as parameters, and returns an integer which is divisible by n and is closest to num. code example
Example: python round without math
(int(10*x-0.5)+1) / 10.0