Guess the output!
h8e8l8l8o8
h88e88l88l88o88
hello88
hello8
Guess the output!
[1,1,2,4,4,3,3]
[5]
[1,2,4,3,5]
[1,3,4,2]
Guess the output!
['hello', 'world']
['hello', '', 'world', '']
['hello', 'world', '']
['hello', '', 'world']
Guess the output!
[(1,4), (2,5), (3,6)]
[(1,2,3), (4,5,6)]
[(3,2,1), (6,5,4)]
[(1,2,3,4,5,6)]
Guess the output!
0b1001
1001
10010b
9
Which sorting algorithm is used as built-in python sort function?
Quick Sort
Merge Sort
Py Sort
Tim Sort
Worst case complexity of python built-in sort function
O(n!)
O(n²)
O(n+k)
O(n*log(n))
Python is faster than C language in terms of performance (speed)!
True
False
Guess the output!
[7,6,5,4,3,2,1]
[1,2,3,4,5,6,7]
[1,2,3,4,5,6]
[7,2,3,4,5,6,1]
Guess the output!
['a', '*', 'b', '*', 'c']
Error
['a*b*c']
[['a'], ['*'], ['b'], ['*'], ['c']]
{"name":"Guess the output!", "url":"https://www.quiz-maker.com/QX7AK7V","txt":"Guess the output!, Guess the output!, Guess the output!","img":"https://cdn.poll-maker.com/51-1738188/15836124316519216752956533455940.jpg?sz=1200-00000024331000005300"}
Make your own Survey
- it's free to start.