319 Bulb Switcher Description link Solution See Code Code class Solution: def bulbSwitch(self, n: 'int') -> 'int': return int(n**(0.5))