Python Programming - Tricky Questions - Discussion
Discussion Forum : Tricky Questions - General Questions (Q.No. 23)
23.
What is the output of the following Python code?
x = 5
y = 2
result = x / y
print(result)
Answer: Option
Explanation:
Division (/) in Python 3 returns a floating-point result.
Discussion:
Be the first person to comment on this question !
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers