Meaning
例題 (れいだい, reidai) is a bonus vocabulary word meaning “example problem”.
Kanji in this word
Example sentences 10
みんなで 例題を 解いてみましょう。
Let's solve the example problem together.
例題の実際の出力です。
The example's actual output.verbose
例題のソースコードが入った文字列です。
A string containing the example's source code.5.2.2
君のワークブックの最初の例題をしなさい。
Do the first example in your workbook.5.2.1
君のワークブックの 最初の 例題をしなさい。
Do the first example in your workbook.
例題の入ったテキストをスクリプトに変換します。
引数s は doctest 例題の入った文字列です。
Convert text with examples to a script.Argument s is a string containing doctest examples.
この例題の入っている文字列中における、例題の実行文のある行のの行番号です。
The line number within the string containing this example wherethe example begins.
がTrueの場合、各例題を実行するつど、その例題についての情報を出力します。
If verbose isTrue, then information is printed about each example, as itis run.
簡単な利用法: docstring 中の例題をチェックする 5.2.1 Simple Usage: Checking Examples in Docstrings与えられた例題が正しく動作したことを報告します。
Report that the given example ran successfully.