import python

with python:
	print('hello from CPython')
	import sys
	print(sys.version)


print('end of cpython test')
