Computer Science, asked by Aaron2934, 1 month ago

What will be the output of the following commands
print(34/5)
print(34//5)
in python​

Answers

Answered by Saikris123567
0

Answer:

6.8

Explanation:

Similar questions