Question: Programming languages like Python are formal languages with strict syntax rules. But those rules can change over time with newer versions of the programming language.

Programming languages like Python are formal languages with strict syntax rules. But those rules can change over time with newer versions of the programming language. Your textbook covers Python 3, but you may only have access to Python 2. Download and install a working Python environment, or get an account with the Virtual Computer Lab or PythonAnywhere. Refer to the Software Requirements/Installation section of the course syllabus for details. Copy the statements below into your Python interpreter, and copy the results into your Discussion Assignment. Compare the results with examples in the textbook, and explain what they mean about your version of Python. >>> print 'Hello, World!' >>> 1/2 >>> type(1/2) >>> print(00) >>> print(01) >>> 1/(2/3) When you reply to your peers submissions, compare their results with yours, and explain what the results mean about their versions of Python.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!