Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107086 > unrolled thread
| Started by | durgadevi1 <srirajarajeswaridevikrupa@gmail.com> |
|---|---|
| First post | 2016-04-16 00:35 -0700 |
| Last post | 2016-04-16 13:19 -0400 |
| Articles | 5 — 3 participants |
Back to article view | Back to comp.lang.python
Dynamic inputs durgadevi1 <srirajarajeswaridevikrupa@gmail.com> - 2016-04-16 00:35 -0700
Re: Dynamic inputs Michael Selik <michael.selik@gmail.com> - 2016-04-16 09:31 +0000
Re: Dynamic inputs durgadevi1 <srirajarajeswaridevikrupa@gmail.com> - 2016-04-16 23:59 -0700
Re: Dynamic inputs Michael Selik <michael.selik@gmail.com> - 2016-04-17 21:46 +0000
Re: Dynamic inputs Terry Reedy <tjreedy@udel.edu> - 2016-04-16 13:19 -0400
| From | durgadevi1 <srirajarajeswaridevikrupa@gmail.com> |
|---|---|
| Date | 2016-04-16 00:35 -0700 |
| Subject | Dynamic inputs |
| Message-ID | <901a5b60-25b3-4e1c-9178-755bf668a5c5@googlegroups.com> |
Hi guys, what does dynamic inputs mean and how is it implemented in python programming?
[toc] | [next] | [standalone]
| From | Michael Selik <michael.selik@gmail.com> |
|---|---|
| Date | 2016-04-16 09:31 +0000 |
| Message-ID | <mailman.46.1460799085.6324.python-list@python.org> |
| In reply to | #107086 |
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"? >
[toc] | [prev] | [next] | [standalone]
| From | durgadevi1 <srirajarajeswaridevikrupa@gmail.com> |
|---|---|
| Date | 2016-04-16 23:59 -0700 |
| Message-ID | <a399a174-b66a-49f2-8600-3884ecb23dfd@googlegroups.com> |
| In reply to | #107092 |
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 :)
[toc] | [prev] | [next] | [standalone]
| From | Michael Selik <michael.selik@gmail.com> |
|---|---|
| Date | 2016-04-17 21:46 +0000 |
| Message-ID | <mailman.117.1460929592.6324.python-list@python.org> |
| In reply to | #107162 |
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? >
[toc] | [prev] | [next] | [standalone]
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2016-04-16 13:19 -0400 |
| Message-ID | <mailman.55.1460827200.6324.python-list@python.org> |
| In reply to | #107086 |
On 4/16/2016 3:35 AM, durgadevi1 wrote: > what does dynamic inputs mean and how is it implemented in python programming? 'dynamic input' is new to me. I would take it to mean input that is not available until the program is running. Inputs from people and sensors would qualify. But maybe whoever you read it from meant 'strong, energizing' as opposed to 'weak, inervating'. -- Terry Jan Reedy
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web