Skip to content
  • Categories
  • Recent
  • Groups
  • Users
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Zephyr)
  • No Skin
Collapse
Brand Logo
szczęśliwyundefined

szczęśliwy

@szczęśliwy
Coders Русский(Russian) Classical Pianists Pythons the goat Learning Polish
About
Posts
828
Topics
58
Shares
0
Groups
18
Followers
64
Following
58
Medals

Posts

Recent Best Controversial

  • play me on chess.com
    szczęśliwyundefined szczęśliwy

    Ahhh shi, well if u ever learn let me know

    Gaming Hangout

  • play me on chess.com
    szczęśliwyundefined szczęśliwy

    Anyone here play chess.com, and if so do u want to play a game? My username is danniltrifonov on chess.com

    Gaming Hangout

  • any ideas for games?
    szczęśliwyundefined szczęśliwy

    make a game about being a person wandering in the time before the big bang.

    User Creativity programing

  • Sometimes relatable and pookie is a tired rotting purple corpse, and that's ok. :+1:(art dump)
    szczęśliwyundefined szczęśliwy

    @Sup3rSwaggyy1983 woaaahhh wtf, these are crazy. good job frfr!! (my favorites are nr.1 and nr.8)

    Artist Corner

  • Art Dump/I need tips :3 (TW MILD GORE AND IMAGES)
    szczęśliwyundefined szczęśliwy

    @Sparkl3Ra1nbo0mz nooo ur really good, nothing i could do with training lmao

    Artist Corner

  • Gng, What should i draw? :P
    szczęśliwyundefined szczęśliwy

    @Sparkl3Ra1nbo0mz said in Gng, What should i draw? :P:

    @danniltrifonov Erm-what in the 2020 :sob::pray:/j
    yea, i can try lol

    yeah that was me at 7am yesterday with no sleep so...

    Artist Corner

  • Cloudflare On The Browser
    szczęśliwyundefined szczęśliwy

    Yeah ik it really sucks. i think overall the best solution would be to somehow create
    something like browserling.

    Technical Support

  • can we add a thing in settings that puts a spoiler for gifs?
    szczęśliwyundefined szczęśliwy

    @Yanderemenhera said in can we add a thing in settings that puts a spoiler for gifs?:

    as someone with seizures i think this would be helpful, seizures are unpleasant and if i stumble apon a seizure inducing gif welll..... um not fun. i think this would help out a lot of people, is this a good idea for a feature?

    This is a very good point, plus they could try to make it as easy as possible to "approve" looking at a GIF. Possibly they just blur it out/make it gray until you tap it. Still a very valid point though, I've actually never thought of that.

    EDIT: This would also possibly help switch users, because there are plenty of times my switch just melts down because of ONE GIF. :skull:

    Suggestions / Requests

  • Ai Chatbots for the switch and captchas
    szczęśliwyundefined szczęśliwy

    @mr-floorboards Yeah i totally have the same problem. i've found out that deepai.com works perfectly exept when your using a bot you have to hit surmise to see what it said. and omg the captchas are depressing

    Switchbru switch

  • how does every feel about everyone leaving this site?
    szczęśliwyundefined szczęśliwy

    honestly this is all decently true, but I'd agree with the sentiment of it's less about everyone being extremely toxic, and more that we just aren't getting a lot of activity. and its really easy to notice that, considering that we barely ever see new topics that get genuine engagement. plus I'd guess that most users (like myself) use DM's far more than the actual forum. and I also feel like tis post ties into what we all have bee discussing lately: the site has some pretty decenty sized problems. and for myself, plenty of the time I don't post, because either I know that it's gonna be ignored, nobodys gonna care/give me genuine advice or feedback, or ppl might js derail it. this again just highlighta the problems here, and imagine if we could make this site more engaging/inspiring, I personally would love to see that.

    BrowseDNS Complaints, Questions and Warning Appeals.

  • What Happened To The 10000 Word Count?
    szczęśliwyundefined szczęśliwy

    yeah i noticed, i'm gonna make my bio 5x longer when i feel like it

    BrowseDNS Complaints, Questions and Warning Appeals.

  • Callout
    szczęśliwyundefined szczęśliwy

    @orbital This is VERY valid point, I cannot believe this whole time we have been being poisoned, and we didn't even know. I hope almond knows that mass poisoning is HIGHLY illegal :sob: (fully satire don't ban me)

    Regular Blogs

  • i reached 1.1k >:3
    szczęśliwyundefined szczęśliwy

    i bet less than enchanted :sob: (that was...superhuman)

    Regular Blogs

  • My problem with a 'mental health department'
    szczęśliwyundefined szczęśliwy

    I'm not really sure to what avail having ANY mental health department on ddns actually accomplishes. Yet I find no reasonable objection to put forth, except merely agreeing with the sentiment of leaving it to professionals.

    Regular Blogs

  • August Newsletter - 2025
    szczęśliwyundefined szczęśliwy

    @Yuni-Just-weird ffr :sob:

    Announcements

  • August Newsletter - 2025
    szczęśliwyundefined szczęśliwy

    @C3M3T3RY_DR1VE yea yea, we know ur amazing bro :sob:

    Announcements

  • Help Wanted
    szczęśliwyundefined szczęśliwy

    @Links said in Help Wanted:

    @Party_Poison i likeit but.. idk...

    how does Connectify sound?

    Web Development

  • my simple Python calculator
    szczęśliwyundefined szczęśliwy
    type = input("Enter type of calculation: ")
    try:
        x = int(input("Enter first number: "))
        y = int(input("Enter second number: "))
    except ValueError:
        print("Please input correct information.")
    
    def calculate(x, y, type):
        if type == "+":
            return x + y
        elif type == "-":
            return x - y
        elif type == "*":
            return x * y
        elif type == "/":
            return x / y
        else:
            return "Wrong inputs")
    
    result = calculate(x, y, type)
    print(result)
    
    Web Development

  • can someone give me some tips on how to make Python programs that write data to external files?
    szczęśliwyundefined szczęśliwy

    @Links Thank you so much! I see what your saying, so I need to fix the is_minor logic, I'm forgetting the ")" in the file.write statement, and I need to converrt the Bool from is_minor into a string. And also, thank you you telling me to open it with "a+", I was very confused with that. Thank you again for your help!

    Web Development

  • can someone give me some tips on how to make Python programs that write data to external files?
    szczęśliwyundefined szczęśliwy

    so lately i've been learning about making Python programs that write to text files. and I made an example of such (in this we assume in the directory theres a file called "database.txt")

    file = open("database.txt","r+")
    name = input("Enter your name: ")
    age = int(input("Enter your age: "))
    
    def is_minor(age):
        is_minor = False
        if age > 18:
            is_minor = True
        else:
            is_minor = False
        return is_minor
    
    minor = is_minor(age)
    
    def write_to_file(name, age, file, minor):
        file.write(name + ", "
        file.write(str(age) + ", ")
        file.write(minor)
    
    write_to_file(name, age, file, minor)
    file.close()
    

    and now my problem with this is: it does actually work, it writes allow 4 values to the txt file, but everytime it runs it gets rid of what was there before. I don't know if that means that i'm using the wrong file.open("database.txt,"r+"). maybe the "r+" isn't for appending. honestly the problem is likely the file.write statement, so if anyone knows what file.write() statement i could use to append information to the file without overriding the contents, that would be amazing.

    Web Development
  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Groups
  • Users
  • Tags
  • Popular