Tony Stark
@IronStarkMan
Genius Billionaire Philanthropist.... You already know me. I may even be your greates hero...
I have a basic Flask App set up, that literally prints out something lame. And after I provide the host and the port, the app runs, but on replit. And
Python
IMayBeMe Just delete the port=8080 and it should work fine. The reason for this is because port 8080 gets it to be hosted locally which doesn't work well with repls auto hosting.2 years ago
RYANTADIPARTHI on the right of your output screen, you will see two buttons. Click on the first button. it should look like an arrow pointing outside. Click on it, and it will open a webpage. It's called open in new tab.
So that works.2 years ago
So, I was wondering about how many users repl.it has as of 2021. Mainly because it is an AMAZING website and I just realized very few people who progr
LuanaCorreiaMel Thank you so much for sharing the information. When in my college days I have to complete my essay assignment work and I have no clue about any writing service providing a website. Then one of my friends told me about the website https://writinguniverse.com/free-essay-examples/statistics/. I visited this and it really helped me a lot in selecting the platform for completing my assignment.7 months ago
Coder100 After a quick search, I reliably got it to more than 6 million and less than 7 million, including deleted accounts.
image
You see, the id of each user is numerical:
1: coder100
2: someone
3: someone
so finding the highest id gives you approx how many users there are.
However, people can delete their accs.
When this happens, that entry becomes invalidated.2 years ago