what is the simple way to get an input?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

what is the simple way to get an input?

stepharo
Hi

I was reading a book that teaches programming in python and they have
input(x) that
requests inputs and stores it?

What is our equivalent?

Stef

Reply | Threaded
Open this post in threaded view
|

Re: what is the simple way to get an input?

Matthieu
Isn't it userInput := UIManager default request: 'Enter whatever you want' ?

2015-06-13 19:00 GMT+02:00 stepharo <[hidden email]>:
Hi

I was reading a book that teaches programming in python and they have input(x) that
requests inputs and stores it?

What is our equivalent?

Stef


Reply | Threaded
Open this post in threaded view
|

Re: what is the simple way to get an input?

stepharo
Thanks mathieu.
I do not know.
May be the repl that guillermo is building is the solution.

Stef

Le 13/6/15 19:29, Matthieu Lacaton a écrit :
Isn't it userInput := UIManager default request: 'Enter whatever you want' ?

2015-06-13 19:00 GMT+02:00 stepharo <[hidden email]>:
Hi

I was reading a book that teaches programming in python and they have input(x) that
requests inputs and stores it?

What is our equivalent?

Stef