Posts by Silas sbflinx • 11 points
1 post
-
-1
votes2
answers686
viewsQ: Is it possible to input in the middle of a Python 3 print?
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...…