Matthew Lit
@wantT0befriends
0
GOATMAREtest
6
0
0
I am making a covid-19 test simulator, in which I want to calculate the percentage of 4 different severities: severe, bad, fine, and ok. I need a func
RYANTADIPARTHI %
Just use the mod operator - % to calculate percentage. like for example.
a = [1, 2, 3, 4]
for i in a:
print(i % i)
That should work2 years ago
Like, how??? I know there are actually cycles for teams, but how will they earn cycles? When I share a post, it doesn't let me select my team's repls.
Coder100 that's misleading. Teams technically shouldn't have cycles.
Anyways, to post someone else' repl, just paste in the url. The input box might clear, but paste it again.
Try it out with this repl:
https://repl.it/@Coder100/StarkLopsidedSystemcall
2 years ago
RYANTADIPARTHI Only the owner of the team can do it, since that person has access you everything, he can post it using the team account.2 years ago
Okay, so I've been waiting for this feature for like 1 MILLION YEARS from now, back like 5 months ago. I went on discord and asked how long it will ta
Coder100 repl.it is slow at developing, they were currently working on teams for education and battling some hackers, so don't blame them too hard2 years ago
Hi there,
I've seen TONS of repls that let you login with repl.it. And if someone NEW to making websites in repl.it wanted to have THEIR projects hav
SixBeeps Mat's tutorial uses Flask
https://repl.it/talk/learn/Authenticating-users-with-Replit-Auth/234602 years ago
Hi guys, I downloaded a repl.it dark theme for the whole site here but now I regret it. Please tell me how to turn this off because it's JUST SO ANNOY
π File word or character counter in repl.it!!! π
This repl made in python reads the number of words or characters in a file!
Just fork the repl, u
Python
Hi there, I am making a project that stores usernames and passwords securely in a file and lets the user sign in when the project is run. The way I'm
Python
plscodeinjava @wantT0befriends
Apparently they are not the same. I printed str(line) and str(encode(user_data.encode('utf-8'))) right before the check and they were not equal... Look:
image
Mark this as correct if my answer helped2 years ago
Hi guys, can you help me here?
I've learned a little about classes in python and once I did, I realized I had made a big mistake in one of my project
Python
PattanAhmed @wantT0befriends Hi Matthew,
You just named the class and functions with the same name which really makes Python mad...
So for now, Just change the function name to some other random name!
And Try!
Any more errors? Please feel free to Comment me below!
*With my best wishes
Hope this helps
Please mark my answer if this helps*2 years ago
Leroy01010 coder100 commented on this!!
what you said:
So can you help me? Ill give you a cookie if u do.
2 years ago
Coder100 hey, just a naming convention, name all your classes with uppercase:
Po instead of po for readability and better distinguishability between functions and classes2 years ago
I NEED IDEAS
I'm wondering of what I should make in python this week or so, but I can't think of anything! I want to create a fun game for people to
Coder100 Hi!! Here are some ideas:
Pac man (python turtle)
Tic Tac Toe (python turtle or just python)
Chat
ASCII movie
Number Guessing Game
Dice Roll
Mad Libs
Hangman
Maze
ASCII art
Happy coding!3 years ago
Bookie0 Hi
here are some ideas:
name/place generator
idea/story generator (useful for ideas of adventure games)
text based adventure game (choice making game)
pacman
hangman
dice rolling program
simulator game (cooking sim, fighting sim, hotel managment game, etc.)
ascii art
ascii animation
make a lang for the lang jam!
chatbot
choose your own adventure game
mad libs
Happy coding and hope this helps! =)3 years ago
THE WORD GUESS GAME IS HERE! AND THIS TIME FOR 2 PLAYERS!!!
Hey there! I customized my word guess game for 2 players! All the intructions are in the
Python
Hi there, I'm trying to make a two-player game of my word guess game, but when the repl runs the introduction, the output string is unfinished. I thin
Python
Coder100 Hi, I think this is a repl.it bug. You can report it here
Anyways, for now, just explicitly set the newlines.3 years ago
THE WORD GUESS GAME IS HERE!
Hello everyone! This is my word-guessing game, made in a 3-day's work! All the instructions are in the repl. This is a v
Python
This was my 3rd project of Python, a simple virtual pet! I made him 1 year ago, most intructions from a book. Hover your mouse over him and make the p
Python
Hey! this is my first project and I call it -- The annoying Thing. It's my first project and I really hope you guys like it.
Python