chap02/hello.py

サンプルコードのダウンロード

1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3
4""" sample code in python
5"""
6
7print('Hello, world !')