Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python.': 0.02; 'python,': 0.02; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sorts': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'trying': 0.19; 'things.': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'there.': 0.32; 'url:python': 0.33; 'fri,': 0.33; 'received:google.com': 0.35; 'url:org': 0.36; 'rather': 0.38; 'skip:u 10': 0.60; 'tell': 0.60; 'url:3': 0.61; 'url:index': 0.63; 'high': 0.63; 'hour': 0.70; 'jul': 0.74; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=oaIZI0csW30tWocc/tuxVwcD3gQ0BdW0oQm2qIdcRm0=; b=BxnoSsevdnKfRRyhP9Od5Ci/KHmrZk6jqTCCiyKWkOMN4kn6jOUHdFlnJY9xIki53v Zh7D/pzAXgvqcCzNwRRYrrpToibbfjxR5Mo86U50TY7EDxEtHMeQkx+ihNFSUTVXTLHn FaFujM7ZLa5ARAzpQmtlk3j5wPhlq9V0VEpYAU2kndVOpbZb51VnVXdeiUNcn27d+4Dp S26pYa47bXu41OrXDs2eISuMO7kB41W2W4AkomZlSMW25Q7+HCxj9Wm6BhquVv14MjQ3 cMtjZK25XMRJIXiNaTSfd8+c6PnjZRWydANfe7Y28bZgs4iZmI4Cu1la8bNAD9cJVCaY M2rg== MIME-Version: 1.0 X-Received: by 10.220.68.140 with SMTP id v12mr46368433vci.13.1405015037654; Thu, 10 Jul 2014 10:57:17 -0700 (PDT) In-Reply-To: References: Date: Fri, 11 Jul 2014 03:57:17 +1000 Subject: Re: I am confused about ' and " From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405015040 news.xs4all.nl 2840 [2001:888:2000:d::a6]:52547 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74326 On Fri, Jul 11, 2014 at 3:01 AM, fl wrote: > Please tell me because I have looked it around for one hour about it. > It's high time you started at the beginning, rather than trying to learn regexps without understanding Python. https://docs.python.org/3/tutorial/index.html Start there. You will much better understand Python, and you won't have to ask for help with these sorts of things. ChrisA