myint : int = 20
 
def myfunc(a : int, b : int) -> int:
	return a + b

A weak form of types that is used by Linter to check for correctness.