📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    âš¡ Month End Offer - Flat 52% Off On All Courses! Enroll Now âš¡
    00:00:00 AM Left

    Question

    Consider below arithmetic operation in python and

    predict the output X=7.5 Y=2 print(X//Y)
    A 3.0 Correct Answer Incorrect Answer
    B 3.75 Correct Answer Incorrect Answer
    C 3.75000 Correct Answer Incorrect Answer
    D will throw error Correct Answer Incorrect Answer
    E both 2 and 3 Correct Answer Incorrect Answer

    Solution

    division using(//) does not take remainder into consideration.

    Practice Next
    ask-question