Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Busters] python 7 #374

Open
Sriram-2706 opened this issue Mar 16, 2024 · 2 comments
Open

[Bug Busters] python 7 #374

Sriram-2706 opened this issue Mar 16, 2024 · 2 comments

Comments

@Sriram-2706
Copy link

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=='

@bughunt-bot bughunt-bot bot changed the title bug busters [Bug Busters] python 7 Mar 16, 2024
Copy link

bughunt-bot bot commented Mar 16, 2024

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.

Copy link

bughunt-bot bot commented Mar 16, 2024

Bug Hunt Evaluation:
Answer: ((0,),)
Correctness: 0/1
Points: 0/100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant