Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101405
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Problem with 'print' |
| Date | 2016-01-10 02:09 +1100 |
| Message-ID | <mailman.93.1452352179.2305.python-list@python.org> (permalink) |
| References | <CAOtrjidkbrDPzqkEeMjbmWcgscr0k_vK_Ns=SfjXPHzVGyovNQ@mail.gmail.com> |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Problem with 'print' Chris Angelico <rosuav@gmail.com> - 2016-01-10 02:09 +1100
csiph-web