Hello world

Hello world

ABy

def main():

print "Hello world"


if __name__ == "__main__":

main()

Report Page