Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101405 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2016-01-10 02:09 +1100 |
| Last post | 2016-01-10 02:09 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Problem with 'print' Chris Angelico <rosuav@gmail.com> - 2016-01-10 02:09 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2016-01-10 02:09 +1100 |
| Subject | Re: Problem with 'print' |
| Message-ID | <mailman.93.1452352179.2305.python-list@python.org> |
On Sat, Jan 9, 2016 at 10:40 PM, pablo gormi <pablogormi822@gmail.com> wrote: > Hello, recently I downloaded python, but when I try to execute one file > with the command 'print' it shows me a error. The error is: > > Missing parentheses in call to 'print' The error is telling you what you need to do. Put parentheses around the call to the print() function. :) ChrisA
Back to top | Article view | comp.lang.python
csiph-web