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 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...
Introduction to Java Language | Lecture 1 | Complete Placement Course
// our first JAVA program ! public class Main { public static void main (String[] args) { System. out .println( "Hello...
No comments:
Post a Comment