catspython
@catspython
someone who uses python...
A Quiz! (Well, more like a survey without sending the answers...) This is something I've been working on for about a few months.
It took so long bec
Python
So it's this quiz again. I changed it so it uses the split function to extract the list from the string instead of putting a list in the db, that just
EpicGamer007 can you please tell us the error you are getting? And if possible, can you please tell us what you have in repldb atm?2 years ago
I am making a quiz to post on talk. I have a, function, adqu() (add question) It takes 3 things, qu(question), op1(option 1), and op2, then it runs th
Coder100 o is the first letter of the key. Unless it exists (which it doesn't), you have to do:
questions = db.keys()
for question in questions:
print(db[question])
did you mean to access the first item of the value of the key?
questions = db.keys()
for question in questions:
print(dbquestion)
differences people, differences.2 years ago
How do YOU say it? How controversial do you think this is?
answer in the comments.
edit: This is NOT because I don't know, it is because I want to see
Coder100 officially it is rep lit
however, due to the era of repl.it many people call it repl it
cool!2 years ago
I want ideas for a program to post on repl talk, I don't want it to be too hard, but for talk it needs to not be too easy, that's why I need ideas.
I
RYANTADIPARTHI here are some
text adventure game
hangman
2048
UNO
PACMAN
currency converter
age calculator
future age calculator
calculator
typing game
emotion teller
random number generator
random word generator
guessing game
quiz
Ping me if you need more2 years ago