Тёмный
Bio to CS
Bio to CS
Bio to CS
Подписаться
www.youtube.com/@Biotocs333?sub_confirmation=1
Комментарии
@sumanthreddy8811
@sumanthreddy8811 2 дня назад
bro week 8 java programming
@Biotocs333
@Biotocs333 2 дня назад
Sorry bro, i didn't uploaded weak 8 java programming, i uploaded week 9 ,you can check it out
@riddheshsharma3684
@riddheshsharma3684 15 дней назад
🥶🥶🥶🥶🥶❗❗❗⁉️‼️‼️‼️‼️🚨🚨
@Biotocs333
@Biotocs333 15 дней назад
Thank you❤️, subscribe for more videos 😁
@sumanthreddy8811
@sumanthreddy8811 15 дней назад
Bro can you keep answers in description
@Biotocs333
@Biotocs333 15 дней назад
Click on the link in the description, you will get the code
@abdulkerim508
@abdulkerim508 15 дней назад
you are great man 👋
@Biotocs333
@Biotocs333 15 дней назад
Thanks bro 😊 ,
@Chandu_pn
@Chandu_pn 21 день назад
Tq sir 🎉
@Biotocs333
@Biotocs333 21 день назад
❤️
@Biotocs333
@Biotocs333 11 месяцев назад
import turtle t = turtle.Turtle() t.speed(5) turtle.bgcolor("black") turtle.title('Netflix Logo In Python') t.color("#b1060f") t.fillcolor("#b1060f") t.begin_fill() t.forward(30) t.setheading(90) t.forward(180) t.setheading(180) t.forward(30) t.setheading(270) t.forward(180) t.end_fill() t.setheading(0) t.up() t.forward(75) t.down() t.color("#b1060f") t.fillcolor("#b1060f") t.begin_fill() t.forward(30) t.setheading(90) t.forward(180) t.setheading(180) t.forward(30) t.setheading(270) t.forward(180) t.end_fill() t.color("#e50914") t.fillcolor("#e50914") t.begin_fill() t.setheading(112) t.forward(194) t.setheading(0) t.forward(30) t.setheading(292) t.forward(195) t.end_fill() t.hideturtle() turtle.done() Thank you subscribe
@anjalip4409
@anjalip4409 11 месяцев назад
Super🎉🎉
@darshan2008
@darshan2008 11 месяцев назад
Big fan sir!! ❤
@Biotocs333
@Biotocs333 11 месяцев назад
@BhaskarGowdaC.S
@BhaskarGowdaC.S 11 месяцев назад
Super❤
@Biotocs333
@Biotocs333 11 месяцев назад
Thanks 🔥
@Biotocs333
@Biotocs333 Год назад
<!DOCTYPE html> <html> <head> <title>login page</title> </head> <body> <pre> <h1> login page</h1> </pre> <form action=""> enter your email <input type="text"><br> enter your password <input type="password"><br> enter your phone number <input type="tel"><br> enter your date of birth <input type="date"><br> <select name="" id=""> enter your gender <option value="male">male</option> <option value="female">female</option> <option value="gay">gay</option><br> <input type="submit"> </select> </form> </body> </html> <h1>THANK YOU</h1>
@proedits18486
@proedits18486 Год назад
Super ❤❤
@KingKohlieditz-y5c
@KingKohlieditz-y5c Год назад
It worked
@Biotocs333
@Biotocs333 Год назад
# Defined function from turtle import * import turtle as t def my_turtle(): # Choices sides = str(3) loops = str(450) pen = 1 # Loop for i in range(int(loops)): forward(i * 2/int(sides) + i) left(360/int(sides) + .350) hideturtle() pensize(pen) speed(30) left(90) my_turtle() t.done() You have to install turtle module Please subscribe for more coding videos
@Biotocs333
@Biotocs333 Год назад
from turtle import * import turtle as t def my_turtle(): # Choices sides = str(3) loops = str(450) pen = 1 for i in range(int(loops)): forward(i * 2/int(sides) + i) left(360/int(sides) + .350) hideturtle() pensize(pen) speed(30) my_turtle() t.done() You have install turtle module Subscribe for more python and other languages videos