Skip to content
Open navbar menu
Sign UpLog In
Profile icon

catspython

@catspython
someone who uses python...
catspython
catspython
shared a Post
2 years ago
A Quiz! (Well, more like a survey without sending the answers...)
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
Quiz!
Python
DynamicSquid
DynamicSquid
Neat!2 years ago
catspython
catspython
shared a Post
3 years ago
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
RYANTADIPARTHI
RYANTADIPARTHI
everything seems to be working.3 years ago
icodeletion
icodeletion
When I run the repl, I don't see any error.3 years ago
EpicGamer007
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?3 years ago
catspython
catspython
shared a Post
3 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
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.3 years ago
FishballNooodle
FishballNooodle
You did the indexing wrong. It should be dbquestion for line 33 3 years ago
catspython
catspython
shared a Post
3 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
RYANTADIPARTHI
RYANTADIPARTHI
it's rep-lit3 years ago
Coder100
Coder100
officially it is rep lit however, due to the era of repl.it many people call it repl it cool!3 years ago
Chocolate16
Chocolate16
replit !3 years ago
catspython
catspython
shared a Post
3 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
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 more3 years ago
ia13ru
ia13ru
An old-school text-based game.3 years ago