Multiple Choice Quiz in Python

preview_player
Показать описание
This tutorial shows you how to create the first question in a multiple choice
Рекомендации по теме
Комментарии
Автор

Hi, you dont have to check for "a" and "A" separately, just do this:
q1_ans.lower() == "a"
what .lower() does is it converts the whole string into lowercase, so you can just test one thing

anyway, cool video, im excited to see the next steps :D
have a nice day

Atropos
Автор

Where can I get this version of python or where can I do this in the new python?

srirachhval
Автор

which program or compiler is this please kindly asnwer

amphibiar
Автор

i have better way of creating this game by a class of question

hamzavlogsandgaming
Автор

You make excellent videos I love them I am in 10th class and I have learnt python from university of Michigan and if I have any small doubt can I ask you . Can you provide me your email or mobile no

noobmaster