PY
py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# I need to find the missing and double numbers, for example
1
2
4
6
7
7
# in above number 3 is missing and 7 is doubled
# output should
missing 3
double 7
Enter to Rename, Shift+Enter to Preview
OUTPUT
Run