Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #107.41K
~218 People Reached
About Me

Student, looking for some part time job, programming actively for 5 years, mostly in python. Most interested in software development.

Interests
Python, Arduino, Basic, C++
PC Specs
CPU: AMD FX 6300, six core, 3,5 GHz; GPU: XFX AMD RADEON HD 7850, 2GB DDR5; 8GB RAM; Windows8,1 pro
Favorite Forums
Favorite Tags
Member Avatar for ebaum2112

i am trying to make a checkerboard that centerss automaticly no matter what the sideLength is. also i am tryiing to put the checker in the squares...im only a beginner!!!! have mercy heres what i have [code] def drawCheckerBoard(myTurtle,sideLength): myTurtle.speed(0) for i in range (8): myTurtle.forward(sideLength) myTurtle.right(90) myTurtle.forward(sideLength) myTurtle.right(90) myTurtle.forward(sideLength) …

Member Avatar for ilona.lizard
0
218