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
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 '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 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
I'm making a thing where you use random words to make a story or something. I need random words. Thanks
Python
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
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
Python
It's the title
Anyway, i'm making a pokémon game with 24 gyms so long i guess, i need save thanks.
LTI2 YAY THANKS EVERYBODY YOU ALL GET UPVOTES 🎉🎉🎉🎉🎉 @CarlosRosiles @Coder100 @PattanAhmed3 years ago
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
My first html website!
Yay i guess.
Anyway,
this is basically information for google nothing else
HTML, CSS, JS
I imported something, I don't want it to load every time it runs. How do I unimport it? (Python)
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