In [1]:
from __future__ import print_function
from check import check, print
In [2]:
## Write code here
first_name = 'Kurt'
print(first_name)
###
check('1.1')
Out[2]:
In [3]:
# Write your code here
test = 0
print('Guten Tag')
###
check('1.2')
Out[3]: