Skip to content
Sign UpLog In
Profile icon

This is my name. totally. no lies. why would i lie. my name is weird. that's not a lie.

@LTI2
My profile pic explains my life
  • Battle Game

    Cover page
    Made with Python

    My first repl i put effort into

    Recent comments (0)
  • Not pokemon but close enough

    Cover page
    Made with Python

    pokemon?

    Recent comments (0)
Repls
Community
LTI2
LTI2
shared a Post
2 years ago
I need random words
I need words, put your vocabulary in the comments
Join me comrades, we will unite Mother Russia
Python
MicroSoftHelp
MicroSoftHelp
'saucy', 'momma', 'mecha', 'earth', 'barbed', 'prehistoric', 'old','cosmic', 'metallic', 'neat', 'supa', 'haunted', 'ruthless', 'clueless', 'rough', 'killer', 'spooky', 'retro', 'ancient', 'strange', 'astro', 'baren', 'burned', 'chared', 'crap', 'cranky', 'crummy', 'croaked', 'dead', 'daring', 'drunk', 'droopy', 'dank', 'drowned', 'enraged', 'angry', 'good', 'garnished', 'groaning', 'happy', 'hopeful', 'graceful', 'gentle', 'hairy', 'inteligent', 'intergallactic', 'jelly filled', 'jumping', 'kin2 years ago
MicroSoftHelp
MicroSoftHelp
'chair', 'tortoise', 'fruit', 'paper', 'gecko', 'giraffe', 'mountain', 'boy', 'urinal', 'pencil','toenail', 'pug', 'wrangler', 'garbage', 'tugboat', 'bladder', 'viper', 'chicken', 'gnome', 'slayer', 'apple', 'artichoke', 'butter', 'bladder', 'cat', 'coop', 'carp', 'dome', 'door', 'horse', 'dart', 'fart', 'farie', 'garlic', 'goop', 'gunk', 'guild', 'hoop', 'harp', 'handle', 'house', 'cow', 'cake', 'cookie', 'largo', 'armor', 'bow', 'map', 'mayonaise', 'egg', 'napkin', 'octopus', 'park', 'pancake'2 years ago
Bookie0
Bookie0
random word geenrator: https://randomwordgenerator.com/ but if you really want some: series main safety sausage thirsty module correspond be carry bother trustee market AIDS appointment fall illustrate eaux room hen ignore inquiry tumour principle steward cigarette if flock pain budge twin dump joy established include appetite doll lineage objective marble conventional spoil gallon profile formulate fairy jungle cylinder kit breast complete admission pioneer increase struggle rebel civilizati2 years ago
LTI2
LTI2
shared a Post
2 years ago
I'm making a thing where you use random words to make a story or something. I need random words. Thanks
Join me comrades, we will unite Mother Russia
Python
EpicRaisin
EpicRaisin
The best way to do this is with the random module. You have a list of words, so use the random.choice() function. Here is some code: import random words = ['test','123','hello','world'] print(random.choice(words)) `2 years ago
LTI2
LTI2
shared a Post
2 years ago
This is a quick game i made because i was bored. This is a game where you have to risk a lot for a bigger reward. Lol this shares the same name with a
Risk/Reward
Python
LTI2
LTI2
Comment here2 years ago
LTI2
LTI2
shared a Post
3 years ago
It's the title Anyway, i'm making a pokémon game with 24 gyms so long i guess, i need save thanks.
LTI2
LTI2
YAY THANKS EVERYBODY YOU ALL GET UPVOTES 🎉🎉🎉🎉🎉 @CarlosRosiles @Coder100 @PattanAhmed3 years ago
PattanAhmed
PattanAhmed
@LTI2 Hi, What do you mean by function, Is it def example():? Or it is the score or something? If you want to store the score of the player, then you can something Database. There are lot of them but I suggest some of them like Repl DB, Mongo DB, etc. Here are some tutorials on how to use Repl DB:- https://docs.repl.it/misc/database https://repl.it/talk/learn/Replit-DB/43305 Here are some tutorials on how to use Mongo DB:- https://docs.mongodb.com/manual/tutorial/ https://www.w3schools.com/py3 years ago
LTI2
LTI2
shared a Post
3 years ago
My first html website! Yay i guess. Anyway, this is basically information for google nothing else
Google.web
HTML, CSS, JS
Rocking-Rayquaza
Rocking-Rayquaza
Nice one!3 years ago
Rocking-Rayquaza
Rocking-Rayquaza
Check out the pokemon repl!!3 years ago
LTI2
LTI2
shared a Post
3 years ago
I imported something, I don't want it to load every time it runs. How do I unimport it? (Python)
LTI2
LTI2
Thanks everybody @Coder100 @JosephSanthosh @SixBeeps3 years ago
Coder100
Coder100
Sorry, but all packages are automatically installed. You can configure this: create a .replit file: run="python main.py" Now it will just run it. Hopes this works!3 years ago
SixBeeps
SixBeeps
Is is a package running through pip?3 years ago
LTI2
LTI2
shared a Post
3 years ago
It's a calculator there's also a easter egg
Calculator
Python