What is the output of the following code print(int(2.999))
Answers
Answered by
1
Answer:
What is the output of the following code print(int(2.999)) = output = 2
Similar questions