#!/usr/bin/env python3 # Copyright 2009-2017 BHG http://bw.org/ x = 7 print('x is {}'.format(x)) print(type(x))