
December 10th, 2012, 09:24 AM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 3
Time spent in forums: 1 h 33 m 38 sec
Reputation Power: 0
|
|
|
already fixed the forward mispelling but still having these errors:
Traceback (most recent call last):
File "D:/Joko's folder/New Folder/Computer science/section_3/test.py", line 47, in <module>
draw_circle()
File "D:/Joko's folder/New Folder/Computer science/section_3/test.py", line 15, in draw_circle
width(pen_width + 3)
TypeError: Can't convert 'int' object to str implicitly
ps. im running on python 3.2
also, input these values to make sure you can see the whole image
Height integer: 45
Width integer: 60
X coordinate: 20
Y coordinate: 30
Pen width: 4
|