What will be the output of the following commands
print(34/5)
print(34//5)
in python
Answers
Answered by
0
Answer:
6.8
Explanation:
Similar questions