Computer Science, asked by payalaggarwal2007, 4 months ago

What does this code do?
d1 = Dog()
d2 = Dog()

Answers

Answered by valeriy69
2

It runs the Dog() function and saves the return value in the variables d1 & d2 respectively.

Similar questions