#YKYG: OSI stands for?
Anonymous Quiz
41%
Open system interpretor
32%
Open system interconnection
18%
Open system integration
9%
Open system internet
Tech news......π₯
Google and Alphabet CEO Sundar Pichai says in a blog post that the company would give $100 million in ad grants to the CDC Foundation, the World Health Organization, and other nonprofits.
Share support β¨
Google and Alphabet CEO Sundar Pichai says in a blog post that the company would give $100 million in ad grants to the CDC Foundation, the World Health Organization, and other nonprofits.
Share support β¨
#YKYG : If it takes 5 minutes to boil one egg How much time take to boil 4 egg?
Anonymous Quiz
9%
7 min
8%
6 min
78%
5 min
6%
9 min
Tech news.....π₯
Twitter launched new product that it says will offer βa community-based approach to misinformation.β
With Birdwatch, users will be able to flag tweets,write notes to add context to those tweets and rate the notes written by others.
Share support β¨
Twitter launched new product that it says will offer βa community-based approach to misinformation.β
With Birdwatch, users will be able to flag tweets,write notes to add context to those tweets and rate the notes written by others.
Share support β¨
import re
def vowel(string):
return (re.sub("[aeiouAEIOU]","*",string)) string = "AEIOU" print(vowel(string)) #What is the ouput?
def vowel(string):
return (re.sub("[aeiouAEIOU]","*",string)) string = "AEIOU" print(vowel(string)) #What is the ouput?
Anonymous Quiz
51%
*****
49%
AEIOU
Tech news......π₯
YouTube has paid out more than $30 billion to creators, artists, and media organizations over the last three years, according to a new letter published by CEO Susan Wojcicki.
Share support β¨
YouTube has paid out more than $30 billion to creators, artists, and media organizations over the last three years, according to a new letter published by CEO Susan Wojcicki.
Share support β¨
Questions are completely prepared by our team NO BOT are used to make this questions.π
#YKYG: Which type of algorithm used to solve n Queens problem?
Anonymous Quiz
20%
LIFO
39%
Backtracking
24%
Floydd algorithm
17%
BFS ( Breadth first search )
Pro tip : my_str = input()
my_str = my_str.casefold()
rev_str = reversed(my_str)
if list(my_str) == list(rev_str):
print(my_str,"is a palindrome")
else:
print(my_str,"is not a palindrome")
my_str = my_str.casefold()
rev_str = reversed(my_str)
if list(my_str) == list(rev_str):
print(my_str,"is a palindrome")
else:
print(my_str,"is not a palindrome")
Tech news......π₯
An upcoming change to Googleβs Play Store policies will allow gambling and betting Android apps that use real money in 15 more countries, including the US, according to 9to5Google.
Share support β¨
An upcoming change to Googleβs Play Store policies will allow gambling and betting Android apps that use real money in 15 more countries, including the US, according to 9to5Google.
Share support β¨
πUPDATE:Just started some projects about game development and Competitive Codingπ
Videos from FEB π
Stay tuned π
Videos from FEB π
Stay tuned π