if i force it to use `Integer` then usage requires...
# datascience
k
if i force it to use
Integer
then usage requires me to use the actual object, e.g.
a.go(Integer(5))
instead of
a.go(5)