Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107717
| From | Joaquin Alzola <Joaquin.Alzola@lebara.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | RE: Basic Concepts |
| Date | 2016-04-27 09:32 +0000 |
| Message-ID | <mailman.146.1461750462.32212.python-list@python.org> (permalink) |
| References | <ID%Ty.44611$pt.25847@tornado.fastwebnet.it> <HE1PR07MB1356E39620CA28D96C132DC3F0640@HE1PR07MB1356.eurprd07.prod.outlook.com> |
>>> x = 4 >>> x + 5 9 -----Original Message----- From: Python-list [mailto:python-list-bounces+joaquin.alzola=lebara.com@python.org] On Behalf Of Smith Sent: 27 April 2016 10:29 To: python-list@python.org Subject: Basic Concepts Fill in the blanks to declare a variable, add 5 to it and print its value: >>> x = 4 >>> x_ = 5 >>> print_ Any suggestion ? Thanks -- https://mail.python.org/mailman/listinfo/python-list This email is confidential and may be subject to privilege. If you are not the intended recipient, please do not copy or disclose its content but contact the sender immediately upon receipt.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Basic Concepts Smith <smith@a-team.it> - 2016-04-27 11:29 +0200 RE: Basic Concepts Joaquin Alzola <Joaquin.Alzola@lebara.com> - 2016-04-27 09:32 +0000 Re: Basic Concepts alister <alister.ware@ntlworld.com> - 2016-04-27 10:53 +0000 Re: Basic Concepts Steven D'Aprano <steve@pearwood.info> - 2016-04-27 22:04 +1000 Re: Basic Concepts marcusjmurphy@gmail.com - 2016-05-18 17:02 -0700
csiph-web