operator to use Question YashikaKhurana Which operator do we use for floor division? 0 Python 55 years 0 Answers 437 views Master
Difference between FIFO & LIFO Question YashikaKhurana Differentiate between FIFO & LIFO. 0 Python 55 years 0 Answers 544 views Master
Queue operations Question YashikaKhurana Which two common operations are performed on a queue? 0 Python 55 years 0 Answers 534 views Master
Which two common operations are used in A STACK. Question YashikaKhurana Which two common operations are used in A STACK. 0 Python 55 years 0 Answers 533 views Master
Try the time.sleep() function on your own and submit your solutions here. Question YashikaKhurana Try the time.sleep() function on your own and submit your solutions here. 0 Python 55 years 0 Answers 485 views Master
What is the use of Hash Map ? Question TheDataMonk Explain with example 0 Python 55 years 0 Answers 657 views Grand Master
Can you create a large list with random numbers? Question TheDataMonk Create a list of 1000 random numbers in progress 0 Python 55 years 1 Answer 715 views Grand Master
What is the syntax of dictionary and list? Question TheDataMonk syntax with example 0 Python 55 years 0 Answers 784 views Grand Master
What is the output of the below Python Program? Question TheDataMonk x = 1 while True: if x % 5 = = 0: break print(x) x + = 1 in progress 0 Python 55 years 2 Answers 788 views Grand Master
Explain the working of Map and Hash Map in Python Question TheDataMonk As mentioned earlier, the level of Python questions has increased in the recent interviews and we suggest you to solve at least 50-100 good quality questions. Define Hash map and map using simple example. Use lambda function if needed in progress 0 Python 55 years 2 Answers 697 views Grand Master