en
Feedback
Tech & code

Tech & code

Open in Telegram

SIMPLYEASYLEARNING πŸ‘©β€πŸŽ“

Show more
7 988
Subscribers
-524 hours
-237 days
-11030 days
Posts Archive

Harvard free courses πŸ‘‡ https://pll.harvard.edu/catalog/free

photo content

Elon Musk, Others Call For Microsoft to Shut Down ChatGPT in Bing: 'Clearly Not Safe Yet' Full article πŸ‘‡ https://www.businesslend.com/technology/elon-musk-others-call-for-microsoft-to-shut-down-chatgpt-in-bing-clearly-not-safe-yet/

Code πŸ‘‡πŸ‘‡ import turtle as tur import colorsys as cs tur.setup(800,800) tur.speed(0) tur.width(2) tur.bgcolor("black") for j
Code πŸ‘‡πŸ‘‡ import turtle as tur import colorsys as cs tur.setup(800,800) tur.speed(0) tur.width(2) tur.bgcolor("black") for j in range(25): for i in range(15): tur.color(cs.hsv_to_rgb(i/15,j/25,1)) tur.right(90) tur.circle(200-j*4,90) tur.left(90) tur.circle(200-j*4,90) tur.right(180) tur.circle(50,24) tur.hideturtle() tur.done()

Stopwatch using ( HTML%2C CSS%2C JAVASCRIPT ).txt

photo content

Login and Registration Form in HTML CSS and JavaScript.txt0.08 KB