Path: csiph.com!aioe.org!.POSTED!not-for-mail From: "AK" Newsgroups: pl.comp.lang.python Subject: Re: Martwa grupa? Date: Fri, 16 Feb 2018 23:55:34 +0100 Organization: Aioe.org NNTP Server Lines: 13 Message-ID: References: <5a7d67d3$0$566$65785112@news.neostrada.pl> <5ce2d437-0c82-4cc2-8ca4-a2eb188237b7@googlegroups.com> <5a7d7652$0$665$65785112@news.neostrada.pl> <1w9lbxu5j97oe.dlg@tyczka.com> <5a7dddf4$0$659$65785112@news.neostrada.pl> <5a872de1$0$670$65785112@news.neostrada.pl> NNTP-Posting-Host: jHM0fgmX8PLRSmVRRAzYag.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=response Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org X-Antivirus-Status: Clean X-MSMail-Priority: Normal X-Antivirus: Avast (VPS 180216-4, 2018-02-16), Outbound message X-Notice: Filtered by postfilter v. 0.8.3 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.19694 X-Newsreader: Microsoft Windows Mail 6.0.6002.18197 X-Priority: 3 Xref: csiph.com pl.comp.lang.python:83 Użytkownik "Robert Wańkowski" napisał: > Czyż nieprawdą jest że raw_input i input w zależności o wersji Pythona? > Coś więcej napisałem? Prawdą. raw_input() z Py2 stal sie input-em() w Py3. input() z Py2 poszedl do kosza, bo stanowil piekne zrodlo wlamow/lamania bezpieczenstwa (bo po prostu dzialal jak/poprzez eval()). AK