Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Jarod L

@JarodL
JarodL
JarodL
published an Update
2 years ago
0
Negate
Negate
Opposite day?!
This tool tells you the opposite of what you type using negations!
JarodL
JarodL
shared a Post
2 years ago
Would you guys help me check my code? I did this for a class, and it needs to be checked in the following ways: Spell Check Capitalization Check Punct
GPA To Major
Python
Spacecraft
Spacecraft
I think the range function only works with integers. I don't think it works correctly when your are looking for a value of 87.43 within a range, for example. Also, when using range, the last value is not included in the range. For instance, 'range(90,92) contains the values 90 and 91, but not 92.2 years ago
MrVoo
MrVoo
I always get a GPA of 0, maybe fix that2 years ago
JarodL
JarodL
shared a Post
2 years ago
A simple color game. Tell me your high score below!
Color game
Python
ThanhTails
ThanhTails
Nice quiz! But 25% font is the same with background color.2 years ago
octopyBot
octopyBot
love the idea of using tkinter on this one. knowing me i'd just do it in the terminal with colorama.2 years ago
DonoldJTrump
DonoldJTrump
68!!!!!!!! yooooooooooooo!! thats prob really good proof: image2 years ago
JarodL
JarodL
shared a Post
2 years ago
I made a tool that allows you to choose the casing of text. I also gave it a GUI, so it looks more professional. Hope y'all enjoy!
GUI Case
Python
JarodL
JarodL
shared a Post
2 years ago
Here is the original: https://techscience.org/a/2019121801/ I found this very interesting, so I thought I'd recreate it using python. I must say, it w
Bot comments
Python
HaidarAli1
HaidarAli1
I strongly ask Ajit Pai to reverse Barack Obama's policy to regulate broadband. 2 years ago
JarodL
JarodL
shared a Post
2 years ago
For some reason, my first line is printing how I want, but after that, it just isn't. Any idea on how to fix it?
DataExcercise
Python
TheBest156
TheBest156
All you need to do is either Write something in the apostrophes, or get rid of them. BTW they are Apostrophes and not commas.2 years ago
JarodL
JarodL
shared a Post
2 years ago
Do one of the lines look longer? Well, guess what! They are both the same length! Don't believe me? Measure it!
Illusion
Python
JarodL
JarodL
shared a Post
2 years ago
I'm almost done with this, but can't seem to get it to completely work. Anyone who might be able to help me finish it?
Math Quiz App
Python
JarodL
JarodL
shared a Post
3 years ago
I made this for a programming class. I think it came out pretty good. What do you guys think?
Adventure_Game
Python
ryanbrwr
ryanbrwr
That's awesome! What programming class is this for?3 years ago
JarodL
JarodL
shared a Post
3 years ago
I used python turtle to create a snowy landscape with clouds, sun or moon (depending on whether it's day or night) and more!
Snowy Landscape
Python
IAmNew1234
IAmNew1234
very sic3 years ago
IAmNew1234
IAmNew1234
MASHALLAH BROTHA3 years ago
JarodL
JarodL
shared a Post
3 years ago
I hope this isn't done so much, because it was pretty easy to make. Hope you enjoy!
Count chars
Python
JarodL
JarodL
shared a Post
3 years ago
I made an AI assistant that would open up a search page. Is there anyway I can get it to play whatever the first result is?
RYANTADIPARTHI
RYANTADIPARTHI
can we see your repl?3 years ago
19wintersp
19wintersp
Can we see your code?3 years ago
JarodL
JarodL
shared a Post
3 years ago
Whenever I submit a guess, it says that the answer is the whole list. How do I fix this?
The Color Game
Python
Coder100
Coder100
You have multiple answers, so you must join them like this: print(f'Wrong. It\'s {', '.join(color)}. you have {lives} lives remaining.') also your logic is incorrect. Remember it is an array so it will always be false. if guess not in color: ... else: print('Correct!') `3 years ago
IMayBeMe
IMayBeMe
The issue in your code is that you are comparing the answer with the value of the variable, which is the items. This same issue occurs again in the print statement when you print the value of the list. Your best option is to create a dictionary in which you can have a key; the color; and a value; the objects or things.3 years ago
JarodL
JarodL
shared a Post
3 years ago
Generate a character! Customizable gender, range of chosen age, and eye and hair color! Maybe someone who can draw (which is NOT me) can draw a charac
character generator
Python
JarodL
JarodL
shared a Post
3 years ago
This uses the Collatz Conjecture to show how many times it takes to turn a number using the Collatz Conjecture into 1. Learn more about the Collatz Co
Collatz Conjecture
Python
JarodL
JarodL
Also, put 111 in for a nice surprise3 years ago
JarodL
JarodL
shared a Post
3 years ago
It tells you if you've been naughty or nice. So you better watch out, you better not cry, you better not pout, I'm tellin' you why!
Naughtyornice
Python
angrydoge
angrydoge
Cool! Nice simple festive code!3 years ago
JarodL
JarodL
shared a Post
3 years ago
I don't know if this has been done before, while it probably has, just thought I'd share this. It gives the meaning of the word, synonyms, antonyms, a
Dictionary
Python
JarodL
JarodL
shared a Post
3 years ago
Hey everyone, I made a calculator that can tell you what three even, odd, or regular consecutive numbers are added to get a specific number. Example:
Consecutive Number Calculator
Python
JarodL
JarodL
shared a Post
3 years ago
Hey guys, so this module simplifies the use of colors and styles in python. It has all of the colors and styles defined, as well as a function that ca
Style
Python
CodingCactus
CodingCactus
Hi, this has been unlisted as it doesn't have much code and nothing is ever actually run except defining variables3 years ago
JarodL
JarodL
shared a Post
3 years ago
I think this one is pretty good if I do say so myself.
#WEEKLY 18
Python
TheDrone7
TheDrone7
SCORED.3 years ago
dabs364
dabs364
Ok3 years ago
JarodL
JarodL
While testing, I realized it only goes up to 9 letters, or else it breaks.3 years ago