Skip to content

Tag: menu

Advance on getting information from a menu

This is my entire code: https://github.com/samy-b/Assignment1/blob/main/addressbook The main bit I am struggerling with is line 45. We have to create a function that will ask the user to enter the first letter of the surname of a person. Once the user has entered the letter then the program will display all o…

How to make Python inquirer working in Pycharm?

Hello, I’m trying to make an interactive menu in python console. I found python-inquirer should be good for my purpose, but it doesn’t work in PyCharm when I run it, it just prints out the options and I can’t choose anything. Does anyone know what my problem is and how to solve it? I’m…