-1
Something like a input
in the middle of a print
, it is possible?
I’m trying to do something like this:
print (f "Eu quero digitar {input ('')} palavras.")
If I need some pygame module or whatever...
What I want is an input type response between two texts like:
QUERO DIGITAR |_ PALAVRAS
|
means the mouse cursor indicating where to type and _
means the input
.
I’m using Python 3.
Thanks already to everyone for the possible help. I think the next versions of python should implement this. pq it is a good thing I ask the user for ex n° of _______ houses
_______ would be where the user would type this into an input. It would be a kind of print(f"I have {input()} ideas")
Please write your question in Portuguese since we are on [pt.so].
– Woss