News

Write a function called reverse_number that takes a five-digit number as input (int) and returns the number in reverse order (int). For example, reverse_number (12345) would return 54321. def ...