5 lines
71 B
Python
5 lines
71 B
Python
from name_warnings import *
|
|
|
|
four = double_an_int(2)
|
|
assert four == 4
|
|
|