Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 5
    docs.python.org/2/tutorial/inputoutput.html Commented Jan 19, 2014 at 12:10
  • Why would you want to do this? Are you trying to make a function call instead of using the print statement? Commented Jan 19, 2014 at 12:16
  • 2
    Just like C, Python has multiple functions that default to printing to stdout. Just like C, Python documents all of those functions. Do you have an actual question, or are you just too lazy to read the tutorial and/or documentation and hoping people will telepathically guess what you want to do, read it for you, and write your code for you? Commented Jan 19, 2014 at 12:20
  • @GamesBrainia I just want to know. Commented Jan 19, 2014 at 14:48