Computer Science And Engineering
1.55K subscribers
38 photos
2 videos
67 files
261 links
Welcome to India's Most Productive Tech Community.Your perks of joining this channel are:
🎭 Hacking ,Programming &Job Stuff(only for Educational purpose)
👨‍💻 Learning Roadmaps
Subscribe To insta Channel👇
Www.instagram.com/technical_stars
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Python script that uses the turtle graphics library to draw a heart shape. When you run this code, it will produce a visual output — a colorful, animated heart pattern on a black background.

🚀CODE:👇

python
import math
from turtle import *

def heart_a(n):
return 15 * math.sin(n) ** 3

def heart_b(n):
return 12 * math.cos(n) - 5 *\
math.cos(2*n) - 2 *\
math.cos(3*n) - \
math.cos(4*n)

speed(10)
bgcolor("black")
for i in range(700):
goto(heart_a(i)*15, heart_b(i)*15)
for j in range(1):
color('#f73487')
hideturtle()
done()
Channel name was changed to «Computer Science And Engineering»
Please open Telegram to view this post
VIEW IN TELEGRAM
Build 10 Voice AI Agents in 10 Days and get a cool hoodie!

Its completely FREE and all college students and working professionals eligible.

What will you get?
- Learn to build AI Agents from scratch.
- ⁠Get a cool winter hoodie.
- ⁠Certificate for all of you by CEO
- ⁠Murf Credits.


Link: https://luma.com/9j9pzkte?utm_source=arsh
Computer Science And Engineering pinned «Build 10 Voice AI Agents in 10 Days and get a cool hoodie! Its completely FREE and all college students and working professionals eligible. What will you get? - Learn to build AI Agents from scratch. - ⁠Get a cool winter hoodie. - ⁠Certificate for all of…»