Living in britain Knows japanese
@Leroy01010
life's getting boring. been a user since 2019 and constantly inactive
I've tried ways to fix this and tried adding commangs i know, but it keeps poping up how do we fix it
Mono C#
MONO C DOESN'T WORK :( what is the its saying its exited status 26 and permission is denied:
https://replit.com/@Leroy01010/fridaynightsucks#.replit
Mono C#
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?!1 year ago
What coding language do we run exe files in (need to use it for a school project)
RoBlockHead exe files are used on windows. On replit, you are programming on a linux environment, so you can't run exe files.1 year ago
lajbel many languages allow you to compile an .exe, you can use c++, haxe with neko, javascript with nw.js (or electron)... etc1 year ago
What is the configure run button and what does it do
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-file1 year ago
image
why is it refusing to allow me add te email
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.1 year ago
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
Python
9
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
12
4
9
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
1 year ago
I have python code and want to print a random word of a txt file how do we do this?
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)
`1 year ago
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.1 year 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
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
HTML, CSS, JS
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
HTML, CSS, JS
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.1 year ago
When I try to create a new project it comes up with this error:
image
Which coding software is good for making games? like 2d games
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.8 months 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?
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.asp2 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 Maybe you want this
Or you can use Deno, it's more secure and use the more modern TypeScript as default: https://deno.land/2 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
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 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.2 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
Python