8.99K subscribers
86 photos
2 videos
24 files
140 links
SIMPLYEASYLEARNING ๐Ÿ‘ฉโ€๐ŸŽ“
Download Telegram
How to choose as a developer? You'll get all answers here: ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡

https://www.instagram.com/p/CmTFG3vrEAv/?igshid=YmMyMTA2M2Y=
๐Ÿ‘3
โค4
Learn python in one week ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡

https://www.instagram.com/p/CmtyEebDzZA/?igshid=YmMyMTA2M2Y=
๐Ÿ‘3
๐Ÿ‘3๐Ÿ˜1
๐Ÿ‘4
Stopwatch using ( HTML, CSS, JAVASCRIPT ).txt
4.1 KB
Stopwatch using ( HTML%2C CSS%2C JAVASCRIPT ).txt
๐Ÿ‘3๐Ÿ‘จโ€๐Ÿ’ป3
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()
๐Ÿ‘16๐Ÿ‘3๐Ÿ”ฅ2
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/
๐Ÿ‘3๐Ÿ”ฅ1๐Ÿ˜1
Channel name was changed to ยซTech & codeยป
Tech & code pinned Deleted message
๐Ÿ˜ข1
๐Ÿ‘1