TFLearn Template

Remix this to start a TFLearn/Tensorflow article.

import platform, tflearn, tensorflow
print("Python version: %s.\nTensorflow version: %s.\n" % 
      (platform.python_version(),tensorflow.__version__))