Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 164 Bytes

Exe1.md

File metadata and controls

6 lines (4 loc) · 164 Bytes

Write a python program to generate a function to double a specified number.

Example:

Specified number: 11 Expected Answer:
The double number of 11 = 22