Exemplo n.º 1
0
def test_second():
	testclass = myclass()
	testclass.print_in_in('HALLO')
Exemplo n.º 2
0
def test_first():
	testclass = myclass()
	testclass.print_in('HALLO')