chap02/hello.py

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

1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3
4print('Hello, World !')