Skip to content
Open navbar menu
Sign UpLog In
Profile icon

cf20600

@cf20600
  • Calculator

    Cover page
    Made with Python
    Recent comments (0)
cf20600
cf20600
shared a Post
4 years ago
Password Generator
Well, it is a generator of words and phrases and very occasionally, passwords. But most people like to use these just to find the most obscure combin
PasswordGenerator
Python
RomanFlorintsev
RomanFlorintsev
I got brokenartery70.4 years ago
cf20600
cf20600
shared a Post
4 years ago
This is a random playing card generator. Press enter to draw a random card. Still very messy programming, I know. I made this before I made the calcu
CardGenerator
Python
SixBeeps
SixBeeps
You can combine the spades, clubs, and diamonds arrays into one single array to increase efficiency4 years ago
cf20600
cf20600
shared a Post
4 years ago
My first ever major thingo. Can do most calculations - but no BIDMAS/PEDMAS etc. Tell me if it breaks, I'll try to fix it. I know that the programmin
Calculator
Python
meable
meable
Traceback (most recent call last): File "main.py", line 82, in print(final_part) NameError: name 'final_part' is not defined got this error when running it4 years ago