Duration 4:25

رسم علم فلسطين باستخدام لغة بايثون

129 watched
0
3
Published 27 Feb 2023

الكود: * from turtle import #red triangle color('red') begin_fill() lt(90) fd(200) rt(135) fd(150) rt(90) fd(150) end_fill() #black penup() rt(135) fd(210) pendown() rt(90) color('black') begin_fill() fd(300) rt(90) fd(70) rt(90) fd(227) rt(45) fd(100) end_fill() #white penup() lt(180) fd(100) pendown color('white') lt(45) fd(227) rt(90) fd(70) end_fill() #green color('green') begin_fill() rt(90) fd(229) lt(45) fd(100) lt(135) fd(300) lt(90) fd(70) end_fill() color("red") write(" Save plaestine",font=('verdina',15,'bold')) mainloop() كلمات مفتاحية لا تهمك فلسطين بايثون رسم علم فلسطين برمجة رسم علم فلسطين باستخدام لغة بايثون مكتبة turtle تعلم مكتبة turtle

Category

Show more

Comments - 0