I created a variable inside a function and I want to use the value of this variable in another function, is it possible to do this without creating a global variable?
In case the first function asks the user to enter a name and the second of the print in that name