from User_Input import double_input # Calling function to get the Input from User via user_input() function from User_Input.py file ...
user_choice = User_Input.single_input(statement) # Getting the choice of the user for single input operation ...