๐3
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()
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/
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
Create your own browser using python
https://data-flair.training/blogs/create-web-browser-python-pyqt/
https://data-flair.training/blogs/create-web-browser-python-pyqt/
DataFlair
Create a Web Browser in Python with PyQT - DataFlair
Learn How to create a Web Browser using Python and PyQt5 module. we can use this simple web browser to visit different websites
๐3โค1
๐1
10 Ways to Earn Up to US$500 a Day using ChatGPT
https://www.analyticsinsight.net/10-ways-to-earn-up-to-us500-a-day-using-chatgpt/
https://www.analyticsinsight.net/10-ways-to-earn-up-to-us500-a-day-using-chatgpt/
Analytics Insight
10 Ways to Earn Up to US$500 a Day using ChatGPT
By utilizing ChatGPT's advanced AI capabilities, users can explore 10 ways to earn money through ChatGPT In a short amount of time, ChatGPT, the text-based Arti
๐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))
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