Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Scenario 18: Creating an Interactive CLI Application

Problem Statement: Develop a command-line application that interacts with the user.

Detailed Scenario: Create an interactive Python program that prompts the user for input and performs tasks such as calculations or data retrieval.

Use Case Approach: Use Python’s built-in functions to gather user input and provide feedback.