ページへ戻る

− Links

 印刷 

Python​/関数の定義 のバックアップの現在との差分(No.1) :: NJF Wiki

xpwiki:Python/関数の定義 のバックアップの現在との差分(No.1)

  Next »[4]
1: 2016-07-24 (日) 05:57:00 njf[5] ソース[6] バックアップ No.1 を復元して編集[7] 現: 2017-01-02 (月) 17:04:47 njf[5] ソース[8] 編集[9]
Line 1: Line 1:
-Pythonでの関数の定義はdefで行う。 +「[[Python/関数定義]]」を参照のこと。
- +
- def testFunction(): +
-     print "test!" +
- +
- testFunction() +
- +
-結果 +
- +
- test!+
  Next »[4]