Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #101405 > unrolled thread

Re: Problem with 'print'

Started byChris Angelico <rosuav@gmail.com>
First post2016-01-10 02:09 +1100
Last post2016-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.


Contents

  Re: Problem with 'print' Chris Angelico <rosuav@gmail.com> - 2016-01-10 02:09 +1100

#101405 — Re: Problem with 'print'

FromChris Angelico <rosuav@gmail.com>
Date2016-01-10 02:09 +1100
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web