Python assignment For this assignment, you will need to complete a few Python modules available online at the Codeacadmy site.
BookmarkShareRelated Documents
Python assignmentFor this assignment, you will need to complete a few Python modules available online at the Codeacadmy site. The site has been written for Python 2.x and not for Python 3.x, though from our perspective, the differences are very minor.Probably a couple of differences you need to be aware of are:•when you print in Python 2, you do not list parenthesis, e.g.print "Hello"•when you read input in Python 2, you will see the raw_inputfunction used instead of input•the division operator / results depend on the type of operands - if two integers are used, it performs integer division. Each module below needs to be finished - incomplete modules do not count.Go the site http://www.codecademy.com/en/tracks/python(Links to an external site.)and create an account. Log in and complete the following modules:•Date and Time •Python Lists and Dictionaries •A Day at the Supermarket •Student Becomes the Teacher •Battleship Practice Makes Perfect
Found this document preview useful?
Related Documents
Key Difference between Python 2.7.x and 3.xlg...
|2
|884
|206
ITECH1400 – Foundations of Programminglg...
|7
|1303
|94
Assignment:. Write a python program to implement the Hulg...
|1
|431
|174
Designing with Python Assignmentlg...
|13
|3085
|564
The University of Sydney Page 2 Jupyter Notebooks: The Python Environment in DATA2001lg...