Dominic Huie-White
@DominicHuieWhit
n00b
0
ENTER THE ARENA!Basic text based fighting game with 5 characters with varying actions to choose from. more fighters will be added in the future.
4
0
0
insert 8 character password then the code will run through billions of possibilities to find it, HOWEVER this is pretty useless AND with 8 characters
Python
a stop watch, there isnt much else to say about it but repl requires the post to have 50 characters
Python
calculator that con find a multiple of x that is divisible by y (you can input the values lol)
Python
calculate a number that is a multiple of x and divisible by y (it will ask you to put in the values for x and y)
Python
this a a function calculator i made that can calculate
radius of the base of a cylinder
area of circle
temperature conversion
area of a trapezoid
regu
Python
generate an 8 character password, 93 characters, limitless possibilities
its actually 5.5958181e+15 but since I don't understand that number I'm calli
Python
TRILLIONS OF POSSIBILITIES, for real tho it can have tons of decimal places
Python
so far it can only
calculate the radius of the base of a cylinder
find the area of a circle
convert temperature
however i am going to add more in the
Python
randomly generates math problem in (x + x) * x format, after the problem generates insert your answer and hit enter, if you get it wrong it will tell
Python
elizurfk 3+3x7=24, and I am a math genius. Do you know order of ops? Because multiplication comes before adding, because it did 6x7, which is incorrect. Could you please fix that glitch?2 years ago
i made a text RPG and a lot of people liked it so i have added more. if there are bugs tell me in the comments.
Python
how to play music in python just copy and paste this code into whatever you're making
Python
it can tell corny jokes, do math, play elevator music in the background, search google, and tell the time and date (EST)
Python
ReferenceError Your 10 elif statements can be simplified by a lot. You can store all the print values in a dict {}, and call upon the dict key matching the number. Basically:
import random
statements = {
1: "foo",
2: "bar",
3: "baz"
}
num = random.choice(list(statements.keys()))
print(statements[num]);
Edit: Nevermind, the above can actually be simplified even more, i was thinking of input so i made a dict. an array can do the above much easier.
statements = ["foo","bar","baz"]
print(random.choice(statements)2 years ago
a text RPG with 5 stages, tell me in the comments if i should do more and tell me if there are any bugs or places i can improve.
Python
AashirSiddiqui Its a fine game, but maybe instead of using commas when connecting the input to a print statement you should put a plus sign? Like this: print("Hello "+name".")2 years ago
I started working on this for myself when I first started using python but stopped cause I got bored. recently I recovered it and started to work on i
Python
JBloves27 Pretty cool, but i think you made it with Pygame or Tkinter, so maybe get rid of that, copy and paste the code to a regular python repl?2 years ago
it can tell jokes, do math, play music, search google and tell time and date
Python
enter a number from 1 to 10 then see if its the same one the computer generated
Python