• + 0 comments
    def handshake(n):
        return int(n*(n-1)/2)