DEV Community

Discussion on: Python challenge_4

Collapse
 
finebythen profile image
Finn Then

return isinstance(a, int) and isinstance(b, int)