Kaun Banega Crorepati banner

Kaun Banega Crorepati

1 devlog
3h 28m 23s

This is a python program which is similar to the TV show Kaun Banaega Crorepati (Who wants to become a millionaire). There will be 16 Questions starting from easy (5,000 Rs) to gradually reaching the impossible Q16 (7 crore Rs).

This project uses AI

The Incorporation of Artificial Intelligence in this Quiz Game is very minimal yet important. The questions (in the question bank from where the question is randomly selected) are generated by AI (Codex by ChatGPT)

Repository

Loading README...

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