8.99K subscribers
86 photos
2 videos
24 files
140 links
SIMPLYEASYLEARNING ๐Ÿ‘ฉโ€๐ŸŽ“
Download Telegram
๐Ÿ‘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
What is the maximum length of a Python identifier?
Anonymous Poll
29%
32
9%
16
17%
125
44%
No fixed length is specified
๐Ÿ‘9
What will be the output of the following code snippet?

print(2**3 + (5 + 6)**(1 + 1))
Anonymous Poll
48%
129
10%
9
13%
121
29%
None of the above.
๐Ÿ‘12
Who developed Python Programming Language? ๐Ÿค”
Anonymous Quiz
17%
Wick van Rossum
18%
Rasmus Lerdorf
60%
Guido van Rossum
5%
Niene Stom
๐Ÿ†5๐Ÿ‘4๐Ÿ˜2๐Ÿ‘1
๐Ÿ‘4๐Ÿฅฐ2