Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michael Selik Newsgroups: comp.lang.python Subject: Re: Dynamic inputs Date: Sun, 17 Apr 2016 21:46:14 +0000 Lines: 23 Message-ID: References: <901a5b60-25b3-4e1c-9178-755bf668a5c5@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de ahz8or6eYHKddiwCQz4e7wXdXvMBKQHL4+LZxBTGUpfQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '16,': 0.03; 'binary': 0.05; 'context': 0.05; 'assignment': 0.07; 'xor': 0.09; 'python': 0.10; '"use': 0.16; '2016': 0.16; 'input.': 0.16; 'inputs': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; '<': 0.18; '>': 0.18; 'email addr:gmail.com>': 0.18; 'input': 0.18; 'to:2**1': 0.21; 'file.': 0.22; 'seems': 0.23; 'sat,': 0.23; 'implemented': 0.24; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; '"': 0.29; 'sentence': 0.29; 'use?': 0.29; 'source': 0.33; 'michael': 0.33; 'received:google.com': 0.35; 'received:74.125.82': 0.35; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'skip:& 10': 0.37; 'thanks': 0.37; 'mean': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'saturday,': 0.63; 'hear': 0.64 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=zkFtpr58n9HYjVNfY83fH/iQmZaVrJagM8XCUXMLihU=; b=N3EgBnyePKL+jJpEpZdE6x6oLpJa3O5x667bLbDK0Sd6YLEgRApW8qwOLeJSCONP+g Ev4aXZUm6HKhwozEy6RPX/GsfkVjj1LP/X5Jyz9uT1LD9l3NusJjjc69jafv3Qr9nLXO ojtc6rSFkmApXncMZ+KcejUoiBzgXTKK2nwqL+hsYu3o9c2HFAbCw3KRMPzlyryVCOSB uQyUEp1ODOnJl1qKJdLNud/CQ3p2Y9NKzlgDEsb1mciXWSJchpzqnmSeDyWupUYIDEJV bjpbHZHzkNzEjq0S9uxEeUWA1qHlE6wp2jxqSDsBGV2WV0opAHt1YEjHhybHW8nFBvav 6WFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=zkFtpr58n9HYjVNfY83fH/iQmZaVrJagM8XCUXMLihU=; b=iU8Cc/1EIdVVbpgJAF2wo3segZN7LrlITyN8STJXIefkripvZ9zo+KLb6ILdl5nKP0 jf9URP+QzLlDgYH5aiawVYvoPqKK/sJy8w/YuFXqdKbdhjaJEIVC6aicuS+pfL85lbge y6c//khk+utM3gU4/JMMaxhhw4cKLTndo86IyYAxLvicomxkSnayG9YH3D4MtaWSU9Yt McNUrChLiwHdxSUxRq0xV6u9MM03lhp8A9l40zscsTG96eRj/xVfHWJEkHt06/KVZLf6 miBqRGX2kmmlPMDzW7CX39hinziNh/3TQ3sxecybVnGF5VPkmGq072umKypXq2f45L4K yGuA== X-Gm-Message-State: AOPr4FWEOpk5I78cV/WqgrKXbEjbQIPiYx53Ml7nG46jli2Rnb6JTmqCGOsQ11WxNRYxl8yib+8+sF9OrqK4wg== X-Received: by 10.28.31.22 with SMTP id f22mr15441081wmf.103.1460929585109; Sun, 17 Apr 2016 14:46:25 -0700 (PDT) In-Reply-To: X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <901a5b60-25b3-4e1c-9178-755bf668a5c5@googlegroups.com> Xref: csiph.com comp.lang.python:107199 On Sun, Apr 17, 2016, 7:01 AM durgadevi1 < srirajarajeswaridevikrupa@gmail.com> wrote: > On Saturday, April 16, 2016 at 5:31:39 PM UTC+8, Michael Selik wrote: > > On Sat, Apr 16, 2016, 9:41 AM durgadevi1 < > > srirajarajeswaridevikrupa@gmail.com> wrote: > > > > > what does dynamic inputs mean and how is it implemented in python > > > programming? > > > > > > > In what context did you hear or read the phrase "dynamic inputs"? > > > > > > > Oh I read it in my assignment manual. The sentence is "Use dynamic inputs > to XOR the binary file. " Thanks for your replies :) > It seems the assignment wants you to ask a user for input. What input source would you like to use? >