Question: Write a python program that implements a text - based menu. The menu should present the user with the following 4 choices: Option 1 :
Write a python program that implements a textbased menu. The menu should present the user with the following choices:
Option : Append data to the input buffer
o This option will prompt the user for a string and append it to any previous input that has been provided.
Option : Clear the input buffer
o This option will clear any data that has been previously input.
Option : Display the input buffer
o This option will print to the screen whatever input data is currently being saved.
Option : Exit the program
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
