Activity

namitapathak1983

🌅 DAY 1 - 18TH MARCH 2026 - Working on LIFELINE

Hello! I am Atharv Pathak from India. I am a 14 years old beginner coder learning python.
I had made this project a week earlier but 2 days before I got to know about HACK CLUB, so I am continuing the development of my game from here.
I have incorporated some advanced things to my basic Kaun Banega Crorepati Quizzing game based on python.

✅WHAT I DID
Today I tried implementing Lifelines. They help when one does not know the answer to a question.
This lifeline is called “50-50”. When using this lifeline, the interpreter removes 2 wrong options from the 4 options. Only 2 options are left in which one is the correct answer so the probability of answering correctly increases to 50%. This is actually a lifeline used in the real game. I learned using lists properly because of the multiple failures in the output.

⚠️CHALLENGES
Several times there was an error showing in only one particular line of the code. I searched the web for explanation and found out that I was using lists wrong. I fixed the mistake but still it did not work. After some more editing, it worked!! The main problem was that my variable which I had assigned to a list was giving None value which I could not figure out at first glance.

🧠WHAT I LEARNED

  • Using “Random Module”
  • How list.remove() works in Python

🚀NEXT GOALS

  • Improving these Lifelines
  • Improving the output
  • Improving the clarity of code
Attachment
0