Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6018
| References | <1dc07caf-c938-42d0-8ba4-4fc9564af84e@glegroupsg2000goo.googlegroups.com> |
|---|---|
| Date | 2011-05-23 08:49 +1000 |
| Subject | Re: Strange behaviour of input() function (Python 3.2) |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1936.1306104560.9059.python-list@python.org> (permalink) |
On Mon, May 23, 2011 at 8:43 AM, sunrrrise <sunrrrise@gmail.com> wrote: > Hello, > this is my first post. I'm trying to learn Python language which I find great, but I have a big problem with its editors/IDEs. Welcome! > b to: Wprowadz zmienna b: 2 This looks wrong. Are you copying and pasting several lines, or simply pressing the 2 key followed by Enter? It's showing a lengthy string in the variable 'b', which - quite correctly - cannot be cast to int. Chris Angelico
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Strange behaviour of input() function (Python 3.2) sunrrrise <sunrrrise@gmail.com> - 2011-05-22 15:43 -0700 Re: Strange behaviour of input() function (Python 3.2) Chris Angelico <rosuav@gmail.com> - 2011-05-23 08:49 +1000
csiph-web