python code.py
Tuesday, 25 April 2023
python turtle graphic (circle) by Amit Sharma
from
turtle
import
*
speed(
0
)
bgcolor(
'black'
)
color(
'blue'
)
for
i
in
range
(
858
):
fd(i*
7
/
458
+
4
)
lt(
1
/
7458
+
9
)
fd(
390
)
rt(
2766
)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Lecture 2 | Variables in Java | Input Output | Complete Placement Course
JAVA PROGRAMMING public class Main { public static...
python practice time.py
#1 It's practice time ! print ( "Hello World" ) print ( "Hello World" ) print ( "Hello World" ) print ( ...
python turtle graphic (circle) by Amit Sharma
from turtle import * speed( 0 ) bgcolor( 'black' ) color( 'blue' ) for i in range ( 858 ): fd(i* 7 / 458 + 4 ) l...
No comments:
Post a Comment