Coding Ninjas Official
12.2K subscribers
192 photos
18 videos
30 files
354 links
We are on a mission to democratise tech.
Coding Ninjas' Telegram Channel is here to provide you with
- real time tech updates
- practice based resources
- and the ultimate tech community
Download Telegram
Hello Ninjas!

Here’s the Question of the day

What’s one tech skill you wish you had learned earlier?

Drop your answers in the chat! Let’s see what everyone’s tech wishlist looks like.
Which of the following sorting algorithms has the best average-case time complexity?
Anonymous Poll
33%
Merge Sort
21%
Bubble Sort
14%
Insertion Sort
32%
Quick Sort
Today’s Question of the Day

Imagine you’re debugging code late at night, and suddenly your IDE throws an error that says:

“Something went wrong, but we’re not telling you what.”

What’s the first thing you’d do? 👇
Oh, and Tele Ninjas, don’t forget to mark your attendance—add a "🥷" emoji with your answer so we can prioritize your comments!
Today’s Question:

What’s the output of this Python code? import math print(abs(math.sqrt(49) - 8))
Anonymous Poll
50%
1
30%
-1
9%
7
12%
Error
Hey Ninjas,

Quick update for everyone. Recently, we’ve noticed some spamming in the group, and we honestly don’t encourage this kind of behavior.

Also about the swags, all the goodies have been sent out as per the bifurcation we shared earlier. On top of that, we even went ahead and sent a few extra goodies based on your requests.

We have already sent bags to rank 1-20 as part of the winner prize but as per your request we have sent additional bags (21-50) and bottles (51-100). It would be unfair to give everyone the same set of goodies as it will not make any sense if top rankers get same goodies as other rankers.

Thanks for understanding.
QUESTION OF THE DAY

Which programming language is named after an Indonesian coffee?
Anonymous Poll
17%
Swift
18%
Perl
17%
Ruby
48%
Java
‼️MASTERCLASS ALERT‼️

Don’t miss out our today’s master class session. Register now and unlock your dream career!

https://www.linkedin.com/feed/update/urn:li:activity:7285248805459968000
QUESTION OF THE DAY

How do you create an empty dictionary in Python?
Anonymous Poll
40%
dict( )
42%
{ }
13%
[ ]
5%
( )
How do you check the data type of a variable in Python?
Anonymous Poll
83%
type(variable)
11%
isinstance(variable, type)
5%
variable.__class__
How do you concatenate two strings in Python?
Anonymous Poll
42%
+ Operator
18%
join()
4%
Methodf-strings
36%
All of the above