#!/usr/bin/env python

import sys

if __name__ == '__main__':
    print("I like python, Testing temporarily")
