wjustin
@wjustin
SpeedCode
guys i know this is a bit whacky but i want to find a way to check if a person goes into your repl... cuz i want to make something with for example VI
Bookie0 there isnt a way to check if people go in your repl, unless you like share it with a link, then random people might just click on it and you'll get a notificatoin when they come (only if you share it with them).
so yea another way is google analytics.
you could also make a HTML website, I'm sure theres a way to count how much views you get.
otherwise, you can suggest it at feedback here: https://repl.it/feedback
hope this helps =)
3 years ago
At around 8:08 pm 28 June sunday my repl wasnt working!
https://repl.it/@wjustin/Echess#main.py
PLS DONT BE A REPL IT SYSTEM CRASH WORLDWIDE!!!!!!!!
CorranTheIronMi Even i have the problem, yet it says that this is 1 year ago, this must be a long lasting problem, i only just created a project and it isn’t working.1 year ago
I want to save some text and numbers so that when i refresh the site, the numbers and text are like internally stored so when i code:
x = 1
...refre
Muffinlavania you can also use pickle, this is for saving variables, here is my tutorial on how to use it3 years ago
DynamicSquid I get it. Okay, so you have to save it in a file. So in python, create a file named "filename.txt", and then check out this tutorial on file writing. files save data even after the program has closed. hope this helps :)3 years ago
When i enter the new repl i just made, i just realised i set the language as pygame not python. Does anyone know how to change back other than making
I put pygame.image.load(#picture#) but it wont open and gives the following ERROR:
Traceback (most recent call last):
File "main.py", line 127, in
Python
Someone pls help me. I cannot move my object even though it works earlier. I added the forever print health before it doesnt work. I think the loop st
Python
Does anyone know anyway to counter this ERROR, its giving me headaches. Every time i import pygame nothing works, neither does selecting PYGAME langua
To make a random password or key, you can generate one!
This Tutorial is my First One!
Dont forget to import your cryptography and get from cryptogra
Python
I cannot open the package to continue my code.
it gives a failure
Can someone help me
If anyone has the same problem, upvote this thanks!
Easier to
Python
how to make a equation prev?
if "prev" in eq[len(eq)-1]:
if eq[0] == "prev":
x = prev
elif eq[2] == "prev":
y = prev
Python