johnnyfrancis
@johnnyfrancis
0
BETAwrites you message in typewriter
0
0
0
0
Simple Yet Extremely Annoying (WARNING: MEGA LAG!)Just What the name says.
Simple Yet Extremely Annoying!
Kind of Funny! Annoying but just lol!0
Game-1A game that is goin to be finished soon.
2
0
0
So In The program below I tried to make a way to make a coding editor like repl. But on line 46 in file It.py All the if statments dont work. Can Some
ChopSueyMaster This is because you are saying if "newline" only, not that if write == "newline"
so redacted:
if write == "NEWLINE" or write == "Newline" or write == "newline":
f.write("\n")2 years ago
InvisibleOne Here's your problem, you can't put or and then not put the operator, so line 46 needs to be
if write == 'NEWLINE or Newline" or write == "newline":
However, this is unnecessary since you can shorten that whole line to this if write.lower() == 'newline': which lowers all the text.2 years ago
0
snake game... but you're the food 🍎 .. but its reversed SusAll credits to the original creators i just did something but i don't know what i did.
9
0
0
Hello I made something for you to try to guess the password. It may auto let you in if explorer mode is off. So for a challenge turn on explorer mode
Just fixed it! At the end it gives you a link to a calculator to add up your slots! Don't forget to upvote!
Python
Just type in your name and message and hit enter
Glitches:
This project uses python and writes your messages in either Chatroom1/Chatroom2
b = open("
After just like 45 minutes of being bored scrolling the talk I decided to make a chatroom. Im sorta beginner so it is not so good. Try it out and don'
I made this and it's not the best it could be. I'm updating it as much as I can. One person try to get it wrong a bunch of times and tell me if the br
Python
I was starting trying a little more html and made a python file and doing a print statement to print but it was wanting to print the webpage!
Coder100 Of course not! Python is not like HTML, you can't just visit it like HTML and it gets run!2 years ago
Does anyone know what the Type command does in python? Thanks!
PattanAhmed @johnnyfrancis Hi,
Definition:- The type() function returns the type of the specified object
Example:- (Try this code:-)
a = ('apple', 'banana', 'cherry')
b = "Hello World"
c = 33
x = type(a)
y = type(b)
z = type(c)
print(x)
print(y)
print(z)
Resources:- To know more, Read these websites:-
Click here
Click here
Thanks!
Hope this helps3 years ago
How do you make a Login with repl.it? I see people doing it but I dont know how. Thanks!
Coder100 Hi! For node.js, try my tutorial here.
For python, click here.
In general, you will need a backend to do some processing because all data is stored inside an HTTP header.
https://auth.turbio.repl.co3 years ago
ironblockhd Here's a tutorial in python: https://repl.it/talk/learn/Authenticating-users-with-Replit-Auth/23460
And here's one in express: https://repl.it/talk/learn/How-to-Repl-Auth-Expressjs/235583 years ago
Does anyone know howe to use the files? I don't know how so if you do please comment below.
gibbsfreenergy Ok so here you go! I just made the tutorial for your question which answers everything you asked -- go check and please select this as your answer if it answered your question! Have a great day Amigos :)
3 years ago
gibbsfreenergy I'm gonna make a tutorial on this! Thx for the idea!! I've always has the same question!!!3 years ago
Coder100 Hi! Files can be used to split up your code into smaller chunks to increase efficiency, and it can also be used to configure how your code runs.3 years ago
Random thing made of turtles!
I am trying to use flask and It is not going so good. Anyone a flask expert? Thank you for reading!
PattanAhmed @johnnyfrancis Hi,
Can you Link your Repl here?
Hope this helps.
please mark my answer if this helps :)3 years ago
A random game! It is very interring!
It takes some time to load but the new version of hyper typer is here! Ask for anything you need. Please check out the updates page! check out the err
Python