0

For example in this function I want to say that x and y are numbers. They can be either an int or float

    def multiply(x: int, y: float):
        result = x * y
        return result
Ram
  • 4,724
  • 2
  • 14
  • 22
Cacilda
  • 17
  • 4

0 Answers0