You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Team Name: Bug Busters File Name: python 7 Line Number: [33, 21] Bug Description: sum variable shadowing the built-in function sum.
dummyHead.next = None as it's not necessary since dummyHead.next is already initialized as None.
Solution: Renamed the variable sum to sum_val to avoid shadowing the built-in function sum.
Removed the line dummyHead.next = None as it's not necessary since dummyHead.next is already initialized as None.
b'Yo=\x0b\x9d\xdd\x8c\x9e\xab\x04\x8d/D?HM\xd1\xe9\xb2\xf2\x88\xeci.\x84\xe6\x8f\x1b\x97\x84\x87\xdf\x8d,1s\xb0\xd6\t\x15g\x01\xb2."\x85\x024\xdfQ\xea\xff\x9fP\x90\xec\x9e}\xa5\x13\xc1\xebmzw\x90\x94\xfdw0\x93\xa1\xbbT\xbcw\xc5\xa4\xe31f\xb2\x19\r\x9f\xcf\\xfe2\x88\x8aJ\x91\x957\xf0as\x90\xeb\x114\xe0\xdcf\x1a;$(\xe0)\xe0\xeeRz\xdc]-\x12\xc5\x80y\x80wA\xcb\x0c\x9f'
b'gAAAAABl9T9-X4_rRPLsORicp8c3kuQDCasuntUq1wqCnesQCC1eOl-oCEp2TsgcD33lLTSDxaKCxKuvJ-D3EWRQsJPE7vEESx_N1S1AM1WNPyxtyS7STM6cEhMEilrNcaHzYc9mm-0F72I4_empdARwYu2mm4V3tRdUb-zIbuKLcoX8FSaRvXhhb9PmJl0So-tu3kvCqUiaicv7BMy1n2eqvxz9UIljXLzturwaSl5OPZ_iga--TDvOcRB8rt66sC9cjgIy-Vc8OVsOaF-vbqzJHPtwBDOpWdl8CzcNzPbyPO7YwNAXauzLV0abmHnT0ErgdmI4mY3OuxCanHwfxqnyoA81N4xZ6JU6ySgGG4ptqCxCO3N0MSfgqNuIsIM9mHu7142nKDNu_TDRyw1E-7XhSdav7YMvXEmwDNH4gkO5iIbk_7QWbFV9J8aJ6iXbricRBdeckWYEMyIS51sHb-NFL0Hxg7TD6Tn27nbYWU-3RdVjZ5oXmZACv85fRyJrgAMtFOR7brHKL9a04nKD2esP-aZo6WfzS-f8FBBzAgvvxAADF99rNmjBy1dcPM0Iec8_9b3qU2aJFezAu8KKkdvgzIzWfIUM41XRo9QNbP0221V5hEgdDyI6b99fl1gqRhpScJxtPkmm2-Gy1wvjH1Hzcc3ooAKJjaf8iHNKc0AnBRWGGIHCafk_DdIC9ugfDMc7HeZbranXZMnwpWZ1RW72wTQkPSbN5w=='
The text was updated successfully, but these errors were encountered: