Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Living in britain Knows japanese

@Leroy01010
life's getting boring. been a user since 2019 and constantly inactive. My repl.it python projects broke, i quit
  • MINECRAFT STORY OF HEROBRIEN comming soon

    Cover page
    Made with Python
    Recent comments (6)
    Lunchbox2976
    Lunchbox2976
    1 year ago

    I will be using this as a reference sheet for my assessments, ty

    thecomplexcoder
    thecomplexcoder
    1 year ago

    Isn't herobrine a virus ran by notch?

    Plus the story is dead & stupid.

    JoseTalamantes1
    JoseTalamantes1
    2 years ago

    im good pro fortnite gamer

  • No more repl ask?

    Cover page
    Made with Python

    Why isn't repl ask here anymore this site has changed from 2 years ago

    Recent comments (0)
  • AromaticFuzzySubversion

    Cover page
    Made with Python
    Recent comments (0)
  • py-let

    Cover page
    Made with Python
    Recent comments (0)
  • the powerful html button

    Cover page
    Made with HTML, CSS, JS

    its epic

    Recent comments (2)
    desertedcode
    desertedcode
    6 months ago

    funni

Leroy01010
Leroy01010
shared a Post
2 years ago
FNF MOD
Is there any good tutorials to make an fnf mod like AGOTI or Tricky
ch1ck3n
ch1ck3n
there is something called google you know2 years ago
Leroy01010
Leroy01010
shared a Post
2 years ago
I've tried ways to fix this and tried adding commangs i know, but it keeps poping up how do we fix it
fridaynightsucks
Mono C#
Leroy01010
Leroy01010
shared a Post
2 years ago
MONO C DOESN'T WORK :( what is the its saying its exited status 26 and permission is denied: https://replit.com/@Leroy01010/fridaynightsucks#.replit
fnf
Mono C#
SixBeeps
SixBeeps
The command name in a Bash command goes first, then the parameters. In mono, mono is the command name, and you pass in the exe as a parameter. Also, did you get rid of your replit.nix file?!2 years ago
Leroy01010
Leroy01010
shared a Post
2 years ago
What coding language do we run exe files in (need to use it for a school project)
maxor
maxor
this is repl, we use linux n stuff , exes dont run here.2 years ago
RoBlockHead
RoBlockHead
exe files are used on windows. On replit, you are programming on a linux environment, so you can't run exe files.2 years ago
lajbel
lajbel
many languages ​​allow you to compile an .exe, you can use c++, haxe with neko, javascript with nw.js (or electron)... etc2 years ago
Leroy01010
Leroy01010
shared a Post
2 years ago
What is the configure run button and what does it do
ch1ck3n
ch1ck3n
for example the run button runs main.py by default but you can configure it to run bob.py. you can configure it by making a .replit file like this: run='python bob.py' more info here: https://docs.replit.com/programming-ide/configuring-run-button#example-replit-file2 years ago
Leroy01010
Leroy01010
shared a Post
2 years ago
image why is it refusing to allow me add te email
SixBeeps
SixBeeps
It's much harder to automate setting the email. I'd suggest sending an email to [email protected] to see if you can get it sorted out.2 years ago
Leroy01010
Leroy01010
shared a Post
2 years ago
#python
#simple
#easytoedit
this can calculate to any number of pi but it's painfully slow and if you want to reac a number like 1111111111 you will need to have hacker plan or l
Calculation of PI
Python
Baconman321
Baconman321
Maybe use C++ for this. But amazing! Could you explain to me the formula?2 years ago
MrVoo
MrVoo
Hacker plan only affects the repl if the owner is one2 years ago
Leroy01010
Leroy01010
published a Repl
2 years ago
9
Calculation of PI
Calculation of PIThis repl is desiged to show you PI it may take a longer time to find bigger numbers (more storage bigger No.) Biggernumbers slow down CPU by alot. in order to get faster.... IDK
TheBestTaran
TheBestTaran
Enter the number of decimals to calculate to: Traceback (most recent call last): File "main.py", line 61, in <module> main() File "main.py", line 46, in main pi_digits = calcPi(int(input( ValueError: invalid literal for int() with base 10: ''  55674 55674  56456456 56456456  4564642444242424 4564642444242424  442564256 442564256  367 367  2 years ago
Leroy01010
Leroy01010
shared a Post
2 years ago
I have python code and want to print a random word of a txt file how do we do this?
Spacecraft
Spacecraft
import random textfile = open("MyFile.txt","r") #replace MyFile.txt with your file textsplit = textfile.split() word = random.choice(textsplit) textfile.close() print(word) `2 years ago
SixBeeps
SixBeeps
There are a bajillion ways of doing this, but one way is to read the file, use split() to separate the data into a word list, then use random.choice() to select a random word.2 years ago
Leroy01010
Leroy01010
shared a Post
2 years ago
I wonder if i'm able to put japanese characters on python and if it will allow other users to copy text and paste onto the terminal/shell. If there is
ch1ck3n
ch1ck3n
why does everyone want to copy japanese2 years ago
VulcanWM
VulcanWM
You can print Japanese characters in the console and anyone with a mouse or a mouse pad can copy and paste from and onto the terminal2 years ago
Leroy01010
Leroy01010
shared a Post
2 years ago
I want to create a battle system in my game and i really want it to be visual but the problem is that i don't know how to do that
livingtale test
HTML, CSS, JS
SixBeeps
SixBeeps
Learn how to use the element. Once you're familiar with that, give p5.js a try.2 years ago
Leroy01010
Leroy01010
shared a Post
2 years ago
This is an undertale inspired html text based game that im working on. Inspired by; @NoNameByProgram (who helped my on my python minecraft story mod
livingtale test
HTML, CSS, JS
NoNameByProgram
NoNameByProgram
ping2 years ago
SixBeeps
SixBeeps
Yup mhmm yeah uh image Switch to buttons instead of links as soon as you can. That'll hide the story a little more.2 years ago
Leroy01010
Leroy01010
I still remember how to use markdown2 years ago
Leroy01010
Leroy01010
shared a Post
2 years ago
There is an error popping up i don't know how to fix it.
Htmlgame
HTML, CSS, JS
ShizukoV
ShizukoV
Change the name of your file from Index.html to index.html and it should work! Hopefully this answers your question :D2 years ago
VulcanWM
VulcanWM
Change Index.html to index.html2 years ago
sn236
sn236
@Leroy01010 rename your file Index.html as index.html2 years ago
Leroy01010
Leroy01010
shared a Post
2 years ago
When I try to create a new project it comes up with this error: image
MrVoo
MrVoo
Replit is being kinda funky right now, just try again later2 years ago
Leroy01010
Leroy01010
shared a Post
3 years ago
Which coding software is good for making games? like 2d games
MariamWQ
MariamWQ
Thank you for sharing!1 year ago
olinpadvi
olinpadvi
In this technological world, game design software is attracting people's attention all over the world. Games are no longer just for children; they appeal to people of all ages. Today, the game development market is growing rapidly, and various game development tools are contributing to this growth. I use a Master of Arts, which is enough for me. When the game is developed, I test it through software testing services. There are a lot of testing services; choose the most convenient one for you.1 year ago
Leroy01010
Leroy01010
shared a Post
3 years ago
I am making a game and i want to add html5 battles but i haven't found any good tutorials anyone have good tutorials?
Coder100
Coder100
maybe be more specific. What is a battle3 years ago
RYANTADIPARTHI
RYANTADIPARTHI
you really can't use html5 into battles, but if you are taking about adding it for static purposes, then use the canvas. Here are some links for making games with htmk5 canvas. https://www.w3schools.com/graphics/game_canvas.asp3 years ago
19wintersp
19wintersp
"Battles" are not a feature of HTML5. Could you elaborate?3 years ago
Leroy01010
Leroy01010
shared a Post
3 years ago
PLZ i really want to learn it now because i have nothing to do and i want to do better thing in coding instead of using fake code
Wumi4
Wumi4
Maybe you want this Or you can use Deno, it's more secure and use the more modern TypeScript as default: https://deno.land/3 years ago
Leroy01010
Leroy01010
shared a Post
3 years ago
Hey guy's i need a few people to multiplayer with me in html repl for somin goooood ;) I also got a wiki account
NoNameByProgram
NoNameByProgram
you know what? sure, bud3 years ago
RYANTADIPARTHI
RYANTADIPARTHI
What are you making with html?3 years ago
Coder100
Coder100
whats your idea3 years ago
Leroy01010
Leroy01010
shared a Post
3 years ago
someone went on my multiplayer repl and deleted everything. my friend told me that someone went on it @GDSuperMoonX Screen Shot 2020-11-18 at 16.19.3
SixBeeps
SixBeeps
Did either one of you invite them to the Repl? If so, that gives them full edit access. Don't worry, though, you can still recover all your code. If you go into the Repl history image you can revert to before they messed things up.3 years ago
Leroy01010
Leroy01010
shared a Post
3 years ago
my project isn't working i tried everything but it's still broken! I was told to go to repl.it to code something for my sis who is doing a test plz he
11+
Python
PattanAhmed
PattanAhmed
@Leroy01010 Hi, Can you tell the line numbers? Thanks!3 years ago
Flyingcrabs
Flyingcrabs
you just did a thing wrong hard to say 3 years ago