Dagree
@1Dagree
Maddddd!
This is a simple program which will ask you to enter a number over 10 and then it will count up to that number saying fizz for multiples of 3, buzz fo
Python
xolyon Nice lol I will be cool if u made it a game with user inputs and they had to guess and then hardcore mode were the number s don't show just?3 years ago
ChezCoder XD this is just what people need during these times :D its a wee bit slow, maybe change the sleep(1) to sleep(0.1) to speed it up because it took forever to get to 100 XD3 years ago
This program asks you some would you rather questions to see what your personality is like at the end you are graded from 0-9 on what your personality
Python
AltF4ForHelp This is so damn inaccurate, many questions depend on conditions (for example who you would kill). Also when having to choose between being racist a single time and dying, it's a no-brainer to choose to die. Overall stupid test, also one answer has no options to choose3 years ago
This is a remastered version of zork simply get the treasure but that may be a bit difficult as there are challenges along the way. Enjoy!
Python
I had a post that randomly got locked and i don't no why can someone tell me why
This game contains magic and for it too work you must play it correctly and if it asks you for and answer then answer the first thing that comes into
Python
Its not completed but it just keeps repeating same thing and i did not program it to do that can someone help
Python
BenjaminNamikas lol. the problem is that you put all the code for people guessing and for you to guess in the else statement, so it skips it if you are the mafia and the loop repeats and prints you are the mafia.
Please upvote or mark that this is the answer if it has helped/ given you the answer3 years ago
This is just like Zork and just as fun if you enjoy upvote so others can enjoy. This is a game based on chance like Zork. I found an error in the last
Python
This game is really hard i haven't even been able to complete it. It is like zork but a b-tech version and shorter version. Hope you enjoy and remembe
Python
8D_Joe_Efretuei Bro this is really good however i kept dying to Zorki and getting 0 kills3 years ago
This is a simple game of Rock, Paper, Scissors against the computer try it out and if you enjoy, upvote so more people can enjoy. Enjoy!
Python
This is a test that ask you simple yes or no questions in order to see how smart you are, this test does not determine your real iQ it is not 100% ac
Python
Jlovespython this is stupid how does gaming mean u r not smart I did an actual iq test and my iq is 1441 year ago
This code is really annoying me because i can't seem to get a different score other than 4/10 plz can someone tell me what i am doing wrong.
Python
noodles37 I got it to work...
this will explain look at comments
if this is the right answer please mark it so :)
https://repl.it/@SilentShadowBla/SmartneZ3 years ago
Coder100 You have a small error.
score == score - 1
↕
score = score - 1
And this can be more efficiently put as
score -= 1
&
score += 1
`3 years ago
Everytime i go on a project it fails to load anyone know how to fix this
This is some simple python code i put together and it tells where about each number of pi is but only for 100 digits enjoy and feel free to use parts
Python
ChezCoder if you do file reading, you can do more than 1000 digits :)
PUT ALL DIGITS IN ONE LINE
digitsofpi = open("FILENAME.txt","r").readlines()[0]
`3 years ago
sanjay2k19 Pretty cool! Although I will point out that you get an error if you put in a decimal number...3 years ago
This is Tic Tac Toe made on python it is 2 players only, Comment down below if there are any problems with the code. This took me a lot of time so i w
Python
CodingCactus I also made a tic tack toe game recently:
how is it?
https://repl.it/talk/share/Noughts-and-Crosses-The-Game/315293 years ago
yahyazkh Hey great effort
I think you just have to fix the overwriting issue
Because what is happening is when you save loc1 if its player number 2 turn
he just can simply replace the value of loc1 and nothing happen
so if you want to make it more realistic just fix this and good luck3 years ago
This will tell you if the number you enter is divisible by 1-15 this took me some time so i would really appreciate people to upvote me. Enjoy!
Python
Unorthodox It's pretty cool! I would suggest using a for loop instead of nearly the same statement pasted a bunch of times. You could also skip most of the composite numbers from 1-15, other than 2, 3, and 5. You don't have to do an if statement for 1.3 years ago