• + 0 comments

    In Python

    def maximumDraws(n):
        if n>0:
            return n+1