Skip to content

Commit

Permalink
Merge pull request #3 from rrnayak70/main
Browse files Browse the repository at this point in the history
Create rdj.py
  • Loading branch information
Alok-2002 authored Jul 19, 2023
2 parents e90dcbc + 93fa3ba commit c6988c1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rdj.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#import the module
from sketchpy import library as lib

#create an object of rdj()
obj = lib.rdj()

# change speed using pen.speed()
obj.pen.speed(2)

#the draw method
obj.dra

0 comments on commit c6988c1

Please sign in to comment.