summaryrefslogtreecommitdiff
path: root/libs/python/example/quickstart/script.py
blob: 5a8faf79fd6898fa7b994873656f6301676f42fc (plain)
1
2
3
4
5
6
# Copyright Stefan Seefeld 2006. Distributed under the Boost
# Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

print 'Hello World !'
number = 42