>>> x = 4 >>> x + 5 9 -----Original Message----- From: Python-list [mailto:[email protected]] On Behalf Of Smith Sent: 27 April 2016 10:29 To: [email protected] 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. -- https://mail.python.org/mailman/listinfo/python-list
