Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97959
| From | Randy Day <randy.day@sasktel.netx> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: how to use variable outside function tkinter entry |
| Date | 2015-10-26 14:46 -0600 |
| Organization | Netfront http://www.netfront.net/ |
| Message-ID | <MPG.30984d1a6fa6188e98968a@freenews.netfront.net> (permalink) |
| References | <562e7038$0$24168$e4fe514c@news.kpn.nl> |
> 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