CSClubIIITDM-org / bughunt-2024

Repo for BugHunt vashisht2024
0 stars 35 forks source link

[Code Commandos] python 8 #186

Open Sahilll94 opened 5 months ago

Sahilll94 commented 5 months ago

b'\t\xad\x1c\xcb\xb4\xc9M:\xc91k\x02\xae!-)\xc1bJ\xc4|\x94\'M\x8f\xc0\\xe7\xb5\x9b\xbe\x13 \xbc\x1e\xb9\xfd\xc2\xe6!\xcc\x13\x80\x06\xe0\xe2/\xb5\xf9\xdb{\xa3\x0f\x99\xbd\x7f\x8e\x97Tg+\xfb\xafr\xf6\xc3/\x1c\xef\x83\xaa\x11\x1c% \xfe\x9c\x19\x8a1DGCZ\xa0[N\xf7."\x98I\x15\x9f\x8f\xecE\xdai.\x12\xb8+\xa1O\xa2r\xe6\x11\xcdj\xb1\xb1\x18 \xff\x18\x9fQ\xd6\xf4\xd0i9\xa1\xcc#\xc1'

b'gAAAAABl9Svwe-whXBQKcnTyQTTYFT7Po8nj0ptMsJZVDwyB0sq2BYRLL8TAmtIRdN3Q7Hr0NQTsBNzOYXsqya3P60IpkvhNoqs_LX7q6B8w0QtLfBXtO8iwsGIwNCpI70PlAKF83qH05OKTPBhF-cyEOBnNrJgozE_t5hRMkT4EJXEilzz5MHEEnI8kp8xzD2-2pD5yBSCmzbKCnmgtlH_TheZztG4Dx57lLkhGPvhHKroq1cIW9KJPHkOHBH6XJurb1AyXZqzqrCwZBR6JpJElV20cbG_1tiVuMVCBZSVmnTv8xU7-zag44NL4VFVBBWAIJETY5-0aVUleMlz6HrQ6FOlfYtFR8Zlvw8CVT1UJbY2EZ3Yt-OmpRigN9G2NzSGQ--xP_uY1t4n2umlbFIlqEM8Q4bCxqz4bxMhYe2WjjYXmal65E9O1V6OL50issq6bgK4QyKMPzC8S76VDpKxPYP72mf1DfcJLTRTMNLHB1FVZsmQXmCcPTnzITYbhOwrah0Gyx64dmPaWNq9lTg1seRhX8D2n93hDU_wiu033kXcN5gPLjBe0i3gmXeHSrS076Vtk3AfTCo41N1IINIUFvKtmnvPViw=='

bughunt-bot[bot] commented 5 months ago

Team Name: Code Commandos File Name: python 8 Line Number: [29] Bug Description: The error in the code is that the print_foward() method is not correctly printing the items of the doubly linked list. Solution: we corrected it by the print_foward() method iterates over the items yielded by the iter() method using a for loop. For each item, it prints the item's value.

bughunt-bot[bot] commented 5 months ago

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