fileinput — Easy Playground
Iterate over lines from multiple input streams or files
Python Playground
Output
Click "Run" to execute your codeThe fileinput module is part of Python's standard library. Iterate over lines from multiple input streams or files.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?