Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97959
| Path | csiph.com!goblin2!goblin.stu.neva.ru!newsgate.cuhk.edu.hk!news.netfront.net!not-for-mail |
|---|---|
| From | Randy Day <randy.day@sasktel.netx> |
| Newsgroups | comp.lang.python |
| Subject | Re: how to use variable outside function tkinter entry |
| Date | Mon, 26 Oct 2015 14:46:28 -0600 |
| Organization | Netfront http://www.netfront.net/ |
| Lines | 14 |
| Message-ID | <MPG.30984d1a6fa6188e98968a@freenews.netfront.net> (permalink) |
| References | <562e7038$0$24168$e4fe514c@news.kpn.nl> |
| NNTP-Posting-Host | 207.47.139.193 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="us-ascii" |
| Content-Transfer-Encoding | 7bit |
| X-Trace | adenine.netfront.net 1445892391 35681 207.47.139.193 (26 Oct 2015 20:46:31 GMT) |
| X-Complaints-To | news@netfront.net |
| NNTP-Posting-Date | Mon, 26 Oct 2015 20:46:31 +0000 (UTC) |
| User-Agent | MicroPlanet-Gravity/3.0.4 |
| Xref | csiph.com comp.lang.python:97959 |
Show key headers only | View raw
> and a function: > def calculate(): > wages = salary.get() > .... > return Are you wanting 'return wages'? You need to tell calculate() what is to return. --- news://freenews.netfront.net/ - complaints: news@netfront.net ---
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
how to use variable outside function tkinter entry "Harrie Hoenjet" <h.hoenjet@planet.nl> - 2015-10-26 19:24 +0100 Re: how to use variable outside function tkinter entry Peter Pearson <pkpearson@nowhere.invalid> - 2015-10-26 18:58 +0000 Re: how to use variable outside function tkinter entry Randy Day <randy.day@sasktel.netx> - 2015-10-26 14:46 -0600
csiph-web