Posts by rfmac • 31 points
1 post
-
3
votes2
answers686
viewsA: Is it possible to input in the middle of a Python 3 print?
Man, from what I understand it’s super simple. It would be something like: input = raw_input() print("I want to type " + input + " words.") And if you want to write the first part of the text, stop…