Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

function annotation

def sum_two_numbers(a: int, b: int) -> int:
   return a + b
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #function #annotation
ADD COMMENT
Topic
Name
7+2 =