So, I had this problem today where when i type something like "print(" ")" it scrambles the words in there. Look at the picture and the words i high...
so i'm running my program and after it installs the packages it just does... nothing. Nothing prints (something is supposed to), and it just stays the...
The Source Code Search Engine (needs a proper name)
It's a search engine that runs on Google API and CSE that will input ** Google's raw data** to your console. This might be the most useless thing to b...
i made a simple ordering system for my borgar restaurant
this was for another assignment I had in my programming class. I decided to have some fun with it and meme the hell out of it. so enjoy your borgar an...
This is my project in python, I am a beginner in python, and basically you are trapped in a dungeon and need to get out. Along the way, you will fac...
I am making a text adventure game. I am looking for ideas regarding the story.
I will be making a text adventure game, similar to something like Zork, but less painful. You see, with most text adventures, you are given a descript...
so basically i'm making this thing, and when i try to use namechoice in firstStretch(), it just keeps on saying that namechoice is undefined. I have t...
Can you navigate through an unexplored forest and discover a hidden city before it is too late? Here are the rules:
1. For the first question, type i...

lets see you can get my passwor...
## Shorten URLs
Recently, I made a project called SJURL, which I am very proud of, as it can do most of what Bitly does in their paid plans...
This is...
Implement a program that picks a pseudorandom number between 1 and 10, inclusive, and gives the user up to 3 chances to guess that number, each time p...
DAY 004 - Rock Paper Scissors (using circular logic + side-by-side art display!)
[DAY 004 - Rock, Paper, Scissors](https://repl.it/@jrhau/DAY-004-Rock-Paper-Scissors#main.py)
I'm quite happy with the solution I came up with. To ev...
I want my students to run "pycodestyle", so they can check their style before submitting their assignments.
I went to the shell and ran:
~/pycodesty...
This is a project for my computer science class where we have to make image filters. Neither me nor my teacher can figure out why this error message i...
Is it possible to pick up updates of a forked repl without Git
I might need to work with the (very young) beginner users who don't have any Git (or programming) experience, who are just getting started. So I was w...
For a while I was disappointed that my language of choice doesn't have a case statement, but then I realized I could just do this:
`return ['zero', 'o...