print('Hello, world!')
import sys version(sys.version)
def version(ver): print('The current version of python is') print(ver)