pr0p3rno0b10
@pr0p3rno0b10
"Be subtle, even to the point of formlessness." Sun Tzu, Art of War
What is Beautiful Output?
hmmmm, what is beautiful output. Well, beautiful output is something that I made up. Basically, what it is making your cod
CodingCactus hi, in your tutorial you do this
print("You say Hii")
print("\n\n")
print("She says hello")
But why would you do that? Surely it makes a lot more sense to do this
print("You say Hii\n\n\n\nShe says hello")
`3 years ago
Hi everyone
I had a question. How do I open .py files like this:
with open("main.py") as f:
f.read()
How do I do this, it always throws me an error
Coder100 You forgot to add r:
with open("main.py", 'r') as f:
f.read()
r denotes you want to read it.3 years ago
gibbsfreenergy I think the only way to open files is through import!
Hope this helps and have a great day!3 years ago
I while back my teacher showed me this, so I thought that I would post it. Basically, JavaScript messed up it's float math. Let me just show you.
cons
Node.js
Introduction
Hello everyone, I am very proud to present the Stock Market Portfolio Tracker. This was made completely made in python. This may sound a
What it does
Makes a password, that cannot be hacked.
Upvote pls
Python
Colors
I don't know if this is considered an import, but it is still cool.
Instructions
1) First, what you do is fork the repl
2) Next, go to a new
Python
If you don't want to read here is the commercial:
https://www.youtube.com/watch?v=t_BYROuN0uw
What is pr0p3rOS?
pr0p3rOS is a OS system by pr0p3rno0b
Python
Hi everyone,
I am trying to make an OS (or something like that), but I really want a working login system. Basically, I need something that saves your
Coder100 Hello. You are in luck!
I can help you, but here's the thought process:
Use this awesome repl.it db client by @Codemonkey51 (repl.it db is still explorer-only, so turn that on)
Now just use client.set to set data!3 years ago
matthewproskils Use Repl.it Login
Store in database (i use json files)
To Logout You Will Have To Destroy Cookies --> TUTORIAl
Use Python Flask (Still Counts As Python)
Click Here For Python Write File3 years ago
rediar use a database. Repl.it database is usable if you turn on explorer mode on repl.it, you can use sqlite3 or you could use an external service like jsonstore, firedb, or mongodb.
please mark this as answered if this helps or upvote
3 years ago
About
I have been seeing a trend where there are really hard/impossible games. So, I made my own and it is impossible, good luck. ;)
Upvoting
justdo
Python
Description
This is my Olympian Encyclopedia, all you have to do is wait for the intro (the first line is in Greek, but that is the only Greek line).
Python
VulcanWM Nice! I’m also a fan of Greek stuff. If you want help adding more gods, like the minor ones, I could help.3 years ago
Hi Everyone,
Can anyone post some weird coding ideas here. IDK why but I need some. Explain in full detail and if it is cool I will make it and shout
Bookie0 Maybe a counter, that counts up to a certain number of the user’s choice.
Also another idea could be a clicker game.
Finally, you could make a program which takes words from the user, and jumbles them up,which makes weird words.
Hope this helps! = )3 years ago
DynamicSquid Make a squid management system. Kinda like a library management system, but with squids.3 years ago
So uhhh this is really old (not that old) but I... you know what it is here now so who cares. Pls upvote! <(-<)
Python
Just a simple math program that determines if your three angles that you put in is a triangle.
Enjoy
Also pls Upvote
Python
How do I add a picture file in python? And then how do I call it?
eco27 you can upload files through the three dots in the upper left, the file menu then select upload file3 years ago
Cool program that I made. You have a personal assistant named Esther
To go to the next input press [enter], except when it says loading
Inspiration: f
Python
peter190 Whenever you are in a dilemma about which job suits you well, try many job options and do not think about money. It is essential to find your way in life, and in the end, do what you like. For example, I am a student at Chemistry specialization, and imagine I do not have plenty of time to do shit or party. Lucky me, I can work remotely as an online executive assistant in London like on https://www.londonstaffagency.co.uk/hire-personal-executive-assistants/ and earn some good money to afford to p1 year ago
Zoltar speaks thing. It is basically zoltar speaks but u-tar speaks. Just watch the whole thing pls. Also u-tar is an UwU
Python
Kinda self explanatory, it is a word mirror. One of my super cool ideas!!! I really don't know what else to put here sooooooo, hope you enjoy.
Thanks
Python
This is a cool little uwu owo thing. I got inspiration from someone who made the EXACT same thing but in c++ (I think). Hope you enjoy. Also, PLEASE U
Python
Welcome to Caesar Cypher Decoder.
To decode your cypher the console will ask you two questions:
Your cypher
Was the cypher reversed
Upvotes are appr
Python