Programming Quiz Channel
رفتن به کانال در Telegram
Programming quizzes and knowledge tests Short quizzes on programming, logic and computer science. Test and improve your coding knowledge. Join 👉 https://rebrand.ly/bigdatachannels DMCA: @disclosure_bds Contact: @mldatascientist
نمایش بیشتر736
مشترکین
-224 ساعت
+87 روز
+2530 روز
آرشیو پست ها
Find the error in the code.
Difficulty: Average🤨
def divide_numbers(a, b):
return a / b
result = divide_numbers(10, 0)
print(f"The result is: {result}")HTML Tip💡
You can add dark mode to your website with just one line of code.
#html #tips
Find the error in the code.
Difficulty: Easy😁
function greet(name) {
console.log("Hello, " + name);
}
greet();Find errors in the code.
Difficulty: Average🤨
class Rectangle {
constructor(width, height) {
this.width = width;
this.height = height;
}
getArea() {
return width * height;
}
}
const rect = new Rectangle(5, 10);
console.log("Area:", rect.getArea());Where in an HTML document is the correct place to refer to an external style sheet?
What is a correct syntax to output "Hello World" in Python?
Find the error in the code.
Difficulty: Average😐
numbers = [1, 2, 3, 4, 5]
total = 0
for number in numbers:
total += number
print("The total is: " + total)
اکنون در دسترس! پژوهش تلگرام ۲۰۲۵ — مهمترین بینشهای سال 
