Created
December 24, 2010 09:40
-
-
Save seyyah/754066 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from graphics import * | |
def main(): | |
win = GraphWin("My Circle", 100, 100) | |
c = Circle(Point(50,50), 10) | |
c.draw(win) | |
win.getMouse() # Pause to view result | |
win.close() # Close window when done | |
main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Şu linkte Ingilizce anlatımlı örnekler mevcut: http://www.difranco.net/cop1000/Outlines/graphics.htm