Simple Sand Samples |
説明のないとってもシンプルなサンプルプログラム集
COBOL | awk | C言語 | D言語 | GO言語 | Lua | Vim |
bash | Perl | Gauche | Clojure | CLISP | EmacsLisp | VimScript |
tcsh | Ruby | Groovy | Java | C# | VBScript | JavaScript |
Io言語 | Python | Erlang | Scala | VB.NET | Excel/VBA | PHP |
Tcl | Haskell | OCaml | PowerShell | Windows | Unix/Linux |
Python > if文を使う
if.py
|
|
$ python if.py
a is 1.
a is not 0.
a is greater than or equal to 1.
a is less than or equal to 1.
a is less than 2.
a is 1.
a is not 0.
a is not 0.
a is in the list.
a is greater than 0 and less than 2.
a is greater than 5 or less than 3.
$
a is 1.
a is not 0.
a is greater than or equal to 1.
a is less than or equal to 1.
a is less than 2.
a is 1.
a is not 0.
a is not 0.
a is in the list.
a is greater than 0 and less than 2.
a is greater than 5 or less than 3.
$
* 確認環境 Debian Linux(Jessie)