Introduction to Python
Profound Academy
Status
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description
Classes
Reverse the number
Given an integer, your task is to reverse the number and print its value multiplied by 2.
Input
Output
123
642
12
42
3
6
To check your solution you need to sign in
Sign in to continue