Python Operators Read Discuss(20+) Courses Python Operators Please wait while the activity loads. If this activity does not load, try refreshing your browser. Also, this page requires javascript. Please visit using a browser with javascript enabled. If loading fails, click here to try again Question 1 What is the output of the following code : Python3 print 9//2 4.5 4.0 4 Error Python Operators Discuss itQuestion 1-Explanation: The ‘//’ operator in Python returns the integer part of the floating number. Question 2Which function overloads the >> operator?more()gt()ge()None of the abovePython Operators Discuss itQuestion 2-Explanation: rshift() overloads the >> operatorQuestion 3Which operator is overloaded by the or() function?|||///Python Operators Discuss itQuestion 3-Explanation: or() function overloads the bitwise OR operatorQuestion 4 What is the output of the following program : Python3 i = 0 while i < 3: print i i++ print i+1 0 2 1 3 2 4 0 1 2 3 4 5 Error 1 0 2 4 3 5 Python Operators Discuss itQuestion 4-Explanation: There is no operator ++ in Python 1 There are 4 questions to complete. You have completed questions question Your accuracy is Correct Wrong Partial-Credit You have not finished your quiz. If you leave this page, your progress will be lost. Correct Answer You Selected Not Attempted Final Score on Quiz Attempted Questions Correct Attempted Questions Wrong Questions Not Attempted Total Questions on Quiz Question Details Results Date Score Hint Time allowed minutes seconds Time used Answer Choice(s) Selected Question Text Need more practice! Keep trying! Not bad! Good work! Perfect! Last Updated : 07 Mar, 2018