Exerpad
🔥0
0 XP
Lv.1 Beginner
Log In

Double It

Write a function called double(n) that returns n * 2.

Read a number from the user and print the doubled value.

Example:

Input:

text
5

Output:

text
10

💡 Hints

?Hint 1
🔒Hint 2
🔒Hint 3
python