Mark
@Spacecraft
Don't think the irony is lost on me. It's quite fitting, actually, and I can't say that I'm surprised. My post on how to create unlisted REPLs has mys
TheDrone7 What happened to you was not unlisting just it wasn't as "hot" as the currently displayed posts there. The number of posts displayed there is fixed (although you can use the load more button). As the name suggests, hot section is for posts that receive more attention in smaller time intervals.2 years ago
Works for everyone with free accounts, not just HACKER plans.
For those using the free version of Repl.it, all REPLs you create are listed as public
Python
Froggo8311 Note:
This no longer works in 2022
if you wanna try it for yourself, its possible that the "Languages" button has been renamed to "Templates" (the "templates" page is shown when you go to https://replit.com/languages)
unless i did something wrong, it looks like it does not work any more1 year ago
I'm probably missing something obvious here, but I'm new to .env files, so I figured I would ask.
I'd like to be able add variables to the Repl.it .e
RohilPatel Hey there!
U can't do thus..but what you can do is get the contents of the env file and put it into ur py file2 years ago
Coder100 This is not allowed because of security.
Anyways, anything inside the .env file should be constant. They should only contain api keys that you obtain.2 years ago
This reading program speeds up your reading rate by eliminating the need to move your eyes across the page and allows your eyes to focus on a single s
Python
nonan20 it's nice but I can't ever read like this. I don't really understand and cant piece together the story2 years ago
Pick the number of cards from the deck you want to draw. An animation will place them down, then press enter to flip your cards over and reveal your h
Python
Run this MegaMillions Bulk Lottery Simulation and see your $$$, or more likely your LOSSES. Compare your results against the statistical odds:
Capture
Python
Spacecraft Also, as an FYI, if you want to run really large numbers (like more than 10 Million) you are probably better off doing it on your local machine as opposed to the server.3 years ago
I'm trying to teach myself Python. This is my first attempt at programming since I learned Fortran ~25 yrs ago.
I created this lottery simulator usin
Python