Text Size
Text Size
Exit Full Screen
Python Mini
Show
Source Code
View Source Code in Full Screen
Open in New Tab
from turtle import Turtle t=Turtle() def foo(bar): for i in range (3000): t.forward(bar) t.right(4) def foo(bar,car): for i in range(3000): t.forward(bar) t.right(4) #foo(10,5) def multiplication_table(): for i in range(12): for j in range(12): print str(j)+"*"+str(j)+"="+str(i*j) multiplication_table()
multiplication.py
( around 16 lines python code )
Published By:
Dylbot
Published on
2019-07-09T17:42:53Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here