Daniel Schumacher
@DanielSchumache
ಠ_ಥ 7th Grade ಠ_ಥ
ಠ_ಥ My Subreddit:ಠ_ಥ
https://www.reddit.com/r/weirdchans
A simple ChatBot written in Python that has emotions, has greetings based on emotions, can answer yes or no questions, and more.
Python
EvelynPyakurel I'm...not sure what went wrong, honestly, but nothing happens. It's not an uncalled function because you don't have any- maybe something to do with "while repeat:"?4 years ago
I'm working on a chatbot, and it has emotions based on what you say. It's supposed to respond good to things such as "howdy," "hey," or "hi," but it's
Python
Geocube101 Problem fixed by using elif statements instead of repeated if statements and by correcting if/elif conditions.
New code here4 years ago
I made a calculator in Python using only 2 lines. Give me tips on how to make it 1 line.
Update:
Thanks to @nithilan4, I was able to shorten this cal
Python
ash15khng The problem is it will give an error if you type anything that Python doesn't understand. Use a try except loop for that. Another issue is that it only evaluates one statement then stops. Also, quick warning: https://nedbatchelder.com/blog/201206/evalreallyis_dangerous.html4 years ago
BestBerry I did the same thing, too, but good job anyway. I would suggest adding another line and importing the math module. (If you do it with the from math import * syntax, then you don't have to put math. in front of every function)5 years ago
I'm trying to make changeable colours with termcolor using a variable, but I get a key error. Please help.
Edit: It's fixed
Python
Geocube101 I believe python is counting the variable colour as the function colour which is why you get ``. Try changing either the function name or the variable name.5 years ago
This is a fast and visually appealing OS made in Python called, XDOS. I'm looking for feedback. This is still a work in progress.
Python
HappyFakeboulde Use str.strip(), switch to a system of command-line arguments, and add more commands.
Otherwise, good.
Have an upvote.5 years ago
Give me feedback in the "repl-y" section get it get it (**)~\
Python
Why is it hard for people to find my posts on share?
Here's a way you can stalk me. I hope you will use this for other purposes though...
Python
This is a simple adventure game coded in Python. It is currently only in it's first playable version, but I think you'll like it so far. Please report
Python
When I try to post on share, it never finds any of my repls, and it still won't let me post even if I post the direct link. Please help!
ash15khng Sometimes this happens too, try sharing your repl from your repl page by clicking share (next to the run button)5 years ago
I made a Node JS Repl, and I need to know how to use the html file in the Repl for a Repl site. It only shows the console.
amasad Hey so most repls start out with simply the console. You need to start a webserver for it to understand that you're building a website. Alternatively you can start with something like an express.js repl.
Here is one you can fork: https://repl.it/@amasad/express-with-html5 years ago
Screenshot 2018-10-02 at 9.47.38 AM
So I keep getting these random white boxes, and yesterday, it said, "main.py syntax error line 16" or something al
https://repl.it/@DanielSchumache/ClickClock
When it prints the time, the minutes say, "," and I don't know why. Please help.