I am Amir Ali Memari, a student of Tehran Atomic Energy School and a resident of Tehran District 1. I am very interested in computers and I put a lot of effort into this. I didn't even know how to type until two years ago, but now I am satisfied with my position
Amirali Memari
Tehran.Atomic Energy School
09120237508
info@amiralimemari.com
junior in programming • august,2024
I was in the andishe sefid School until the 2nd grade and then I entered the Nimayoshij School. When I transferred to the 1st high school, I passed the brilliant talent test, but I preferred the Atomic Energy School. I also learned the computer by myself.
In addition to school studies, I acquired other skills in the field of computers
turtle t = turtle.Turtle() t.speed(0) t.width(5) turtle.bgcolor("black") colors = [ "red", "orange", "yellow", "green", "blue", "indigo", "violet", "purple", "pink", "brown", "gray", "cyan", "magenta", "lime", "silver","gold","olive" ] def draw_circle(radius): for color in colors: t.color(color) t.circle(radius,180) t.right(100) def draw_mandala(): for i in range(100,0,-1): draw_circle(i) #t.right(4) def main(): t.penup() t.goto(0, 0) t.pendown() draw_mandala() #draw_multycolorCase(50) main() turtle.done()idle,function
import turtle t = turtle.Turtle() t.speed(0) t.width(10) turtle.bgcolor("black") colors = [ "red", "orange", "yellow", "green", "blue", "indigo", "violet", "purple", "pink", "brown", "gray", "cyan", "magenta", "lime", "silver","gold","olive" ] def draw_circle(radius): for color in colors: t.color(color) t.circle(radius,180) t.right(100) def draw_mandala(): for i in range(0,100,3): draw_circle(i) #t.right(4) def main(): t.penup() t.goto(0, 0) t.pendown() draw_mandala() #draw_multycolorCase(50) main() turtle.done()idle,function
t.speed(0) t.width(5) turtle.bgcolor("black") colors = [ "red", "orange", "yellow", "green", "blue", "indigo", "violet", "purple", "pink", "brown", "gray", "cyan", "magenta", "lime", "silver","gold","olive" ] def draw_circle(radius): for color in colors: t.color(color) t.circle(radius,180) t.right(10000) def draw_mandala(): for i in range(0,88,1): draw_circle(i) #t.right(4) def main(): t.penup() t.goto(0, 0) t.pendown() draw_mandala() #draw_multycolorCase(50) main() turtle.done()idle,function
t = turtle.Turtle() t.speed(0) t.width(5) turtle.bgcolor("black") colors = [ "red", "orange", "yellow", "green", "blue", "indigo", "violet", "purple", "pink", "brown", "gray", "cyan", "magenta", "lime", "silver","gold","olive" ] def draw_circle(radius): for color in colors: t.color(color) t.circle(radius,180) t.right(10) def draw_mandala(): for i in range(2,123,3): draw_circle(i) def main(): t.penup() t.goto(0, 0) t.pendown() draw_mandala() #draw_multycolorCase(50) main() turtle.done()idle,function
t = turtle.Turtle() t.speed(0) t.width(5) turtle.bgcolor("black") colors = [ "red", "orange", "yellow", "green", "blue", "indigo", "violet", "purple", "pink", "brown", "gray", "cyan", "magenta", "lime", "silver","gold","olive" ] def draw_circle(radius): for color in colors: t.color(color) t.circle(radius,180) t.right(10) def draw_mandala(): for i in range(2,123,3): draw_circle(i) def main(): t.penup() t.goto(0, 0) t.pendown() draw_mandala() #draw_multycolorCase(50) main() turtle.done()idle,function
t = turtle.Turtle() t.speed(0) t.width(5) turtle.bgcolor("black") colors = [ "red", "orange", "yellow", "green", "blue", "indigo", "violet", "purple", "pink", "brown", "gray", "cyan", "magenta", "lime", "silver","gold","olive" ] def draw_circle(radius): for color in colors: t.color(color) t.circle(radius,180) t.right(10) def draw_mandala(): for i in range(2,123,3): draw_circle(i) def main(): t.penup() t.goto(0, 0) t.pendown() draw_mandala() #draw_multycolorCase(50) main() turtle.done()idle,function
import turtle t = turtle.Turtle() t.speed(0) t.width(3) turtle.bgcolor("black") colors = [ "red", "orange", "yellow", "green", "blue", "indigo", "violet", "purple", "pink", "brown", "gray", "cyan", "magenta", "lime", "silver","gold","olive" ] def draw_circle(radius): for color in colors: t.color(color) t.circle(radius) t.right(1) def draw_mandala(): for i in range(20,0,-1): draw_circle(100) t.right(1) for i in range(100,0,-1): draw_circle(i*2) t.right(1) def main(): t.penup() t.goto(0, 0) t.pendown() draw_mandala() #draw_multycolorCase(50) main() turtle.done()idle,function
I have worked with various DEVICEs over the years. Among the list of these available hardware features, the following can be mentioned:
In fact, working with a set of these tools and coordinating between them, especially in software installation and data transfer challenges from Mac to Windows and vice versa; They have created good experiences for me.
and finally from
Working with all these hardware sets, I have had more fun working with MAC.