CLI based Input and Output in Python

DevTechie
DevTechie
Published in
6 min readMar 26, 2024

--

CLI based Input and Output in Python

This article explores the basics of command line interface (CLI) based input and output in Python. Such input and output is also known as console-based input and output.

Background

Programs are developed to solve problems at the user end. This often involves taking input data/information from the user.

--

--