すべての公開記録
onayamiの取得できる記録をまとめて表示しています。 記録の種類、実行した利用者 (大文字小文字は区別)、影響を受けたページ (大文字小文字は区別) による絞り込みができます。
- 2025年3月28日 (金) 21:26 Moutaku3dayo トーク 投稿記録 がページ「Python cat.py」を作成しました (ページの作成:「<syntaxhighlight lang="python" line> import argparse import sys def cat(input_files, number_lines): """ Display the content of files or standard input. :param input_files: List of input file paths or None for standard input. :param number_lines: If True, number the output lines. """ line_number = 1 def process_file(file): nonlocal line_number try: for line in file: if number_lines:…」)