Skip to content

DFL01/PYTHON-CS1110

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

PYTHON CS1110

Files attached are assignments for CS1110 (Introduction to Computing Using Python) course at Cornell University.

Assignment a4:

This assignment is designed to help you understand the following concepts. -It introduces you to the famous Turtle, allowing you to draw basic shapes. -It gives you practice with writing simple for-loops -It gives you practice writing recursive functions from an explicit definition. -It gives you practice with complex objects having both attributes and methods. -It gives you practice with using asserts to enforce your preconditions.

Find the complete assignment description on the link below. https://www.cs.cornell.edu/courses/cs1110/2020fa/assignments/a4/

Score: 97%

Assignment a6:

This assignment is designed to give you practice with the following skills: -How to implement a class from its interface. -How to enforce class invariants. -How to use a classes to provide abstractions. -How to write code for both 1-dimensional and 2-dimensional lists. -How to manipulate images at the pixel level.

Find the assignment description on the link below. https://www.cs.cornell.edu/courses/cs1110/2020fa/assignments/a6/

Score 100%

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages