Skip to content

Commit fc55b15

Browse files
authored
Merge pull request #74 from jorgelespinoza/patch-16
Style details
2 parents 687e035 + 5a9c692 commit fc55b15

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎book/book.tex‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12658,7 +12658,7 @@ \section{Exercises}
1265812658
1265912659
Write a definition for a class named {\tt Circle} with attributes
1266012660
{\tt center} and {\tt radius}, where {\tt center} is a Point object
12661-
and radius is a number.
12661+
and {\tt radius} is a number.
1266212662
1266312663
Instantiate a Circle object that represents a circle with its center
1266412664
at $(150, 100)$ and radius 75.
@@ -12673,8 +12673,8 @@ \section{Exercises}
1267312673
1267412674
Write a function named \verb"rect_circle_overlap" that takes a Circle
1267512675
and a Rectangle and returns True if any of the corners of the Rectangle fall
12676-
inside the circle. Or as a more challenging version, return True if
12677-
any part of the Rectangle falls inside the circle.
12676+
inside the Circle. Or as a more challenging version, return True if
12677+
any part of the Rectangle falls inside the Circle.
1267812678
1267912679
Solution: \url{http://thinkpython2.com/code/Circle.py}.
1268012680

0 commit comments

Comments
 (0)