Q. What will be the output of the following
β
Correct Answer: (A)
0.0 1.0
Explanation: range(int(2.0)) is the same as range(2).
Explanation by: Mr. Dubey
range(int(2.0)) is the same as range(2).
Discussion
Question Analytics
415
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
90%
Success Rate