Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.freenet.ag!newsfeed.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!not-for-mail From: pablo gormi Newsgroups: comp.lang.python Subject: Problem with 'print' Date: Sat, 9 Jan 2016 12:40:16 +0100 Lines: 6 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de Ll9u45/Vk0d1rb0i83YdIATzU+Gf0CPlIbJu2R3dLr+g== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'python,': 0.02; 'parentheses': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Problem': 0.16; 'downloaded': 0.24; 'command': 0.26; 'error': 0.27; 'message-id:@mail.gmail.com': 0.27; 'error.': 0.31; 'file': 0.34; 'received:google.com': 0.35; 'received:74.125.82': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'missing': 0.37; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'hello,': 0.40; 'you.': 0.64 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3XocCiSG2K7kQajm2zMeU7f81x6lbHInrRwv12shfzE=; b=uf+N3+4BP9c1AWqYC0GiAQLi3AbXBIkkcIXTIcksWZS+A967Nyx3tul9odS9TOZX+t pYkkvHEXEoUxq8+ROU8kVkDaDaN7VWVmncK1bNIzZihsrEi6AU0aPBRUiLjOGGfKHYyV foIhZmuv9pRaEFm8W/ePMiyc99eP1JqktQV5sMo2Hl04I6YgtKIXREotLRhzOyfu6VzP whzTE8LI70+Jhb53dC2Ut33pS4XBROk4ZAaPm5Sp1F4w/UWxV8H9O7ePD8KngOkjrebS Xr9sgygCZ7FHQ+UFtsD/x2+9QjpHxbPRQroFoKFBmOoSH8VmJwGPZUvH3Iqogj3Xym7S LbrQ== X-Received: by 10.194.242.67 with SMTP id wo3mr20161710wjc.180.1452339616553; Sat, 09 Jan 2016 03:40:16 -0800 (PST) X-Mailman-Approved-At: Sat, 09 Jan 2016 09:51:02 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101401 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' Please help mThank you.