User_input
I hope this is the right place to post for this particular question
So I'm trying to use
user_input('please select the number ')
what I'm trying to do is put this in one menu
and call it from another menu
Menu1 is the main menu
menu2 is where the selections are 1,2,3,4 so on and so on
For an example menu2 you would have user_input
Menu1 would run and see user_input, that does work
and the results would be in menu1, which does not
I'm having a difficult time figuring this out
or maybe it just can't be done
I tried putting
user_input in menu1
but it would not work
Please sign in to leave a comment.