script.py 243 B

1234567
  1. #! /usr/bin/env python
  2. # Copyright Stefan Seefeld 2006. Distributed under the Boost
  3. # Software License, Version 1.0. (See accompanying
  4. # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. print('Hello World !')
  6. number = 42