ThunderCoder
@ThunderCoder
highschooler, coder, music lover, I code mainly in python though I've learnt basic Java script CSS, and Html. I just don't use them as much.
figure out which Hogwarts house you are in with a sorting quiz.
enjoy!
Python
I'm working on a project where I need to get user input and assign a value to it.
user = input('insert name')
print(type(user))
results in
the type
SixBeeps You could use an if statement for that.
user = input('insert name')
if (user == "varname1"):
varname1 = "bleh"
else if (user == "varname2"):
varname2 = "bleh"
If you're trying to make it so that they can change any variable, though, that would go against a lot of security standards, and it should not be done.3 years ago
hi guys! this is kinda my first time sharing anything on repl.it.
it is a very simple program to make, but I enjoyed making it.
enjoy!
Python
I want to be an explorer on repl.it (in fact I am one for a few minutes already)
and I want to know if I will get notified about what I'm gonna try o