Skip to content
  • Categories
  • Recent
  • Groups
  • Users
  • Tags
  • Popular
Skins
  • Light
  • 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 (Lumen)
  • No Skin
Collapse
Brand Logo
szczęśliwyS

szczęśliwy

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

Posts

Recent Best Controversial

  • can someone give me some tips on how to make Python programs that write data to external files?
    szczęśliwyS 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

  • me seeing if python works in posts here...
    szczęśliwyS szczęśliwy

    @Yanderemenhera said in me seeing if python works in posts here...:

    sorry

    lmaooo its good, i js wish it ran or smt...

    Web Development

  • FUZE4: Code games on Nintendo Switch
    szczęśliwyS szczęśliwy

    It sounds very interseting. i was just looking at it a few days before you posted this because i was looking for some way around using bdns to code on switch. the only reason i wouldn't get it is because its a proprietary language and i'd rather learn html, css and js then som random language tha won't be useful outside of the game. still sounds cool though, and maybe i'll try it as a supplement for learning html, css and js.

    Web Development

  • Nintendo
    szczęśliwyS szczęśliwy

    @YourAriesBestie your fine, and i'm not really sure if facebook doen't work. if fact facebook does actually let you go on the site, bur i've never logged in before.

    Hombrewing Your Switch

  • Do you think the Switch 2 will have a browser?
    szczęśliwyS szczęśliwy

    @MASONNETishere said in Do you think the Switch 2 will have a browser?:

    IT BETTER HAVE A BROWSER OR ELSE I WILL NEVER PURCHASE A SINGLE NINTENDO PRODUCT EVER AGAIN!!!!!!!!!!!!

    SAME I WILL LEGIT KIDNAP THE CEO!!!!

    Switch

  • Petition to Nintendo: Expose the Switch's hidden web browser
    szczęśliwyS szczęśliwy

    @MalWolf

    yeah frfr.

    Switch

  • Opinions On Switch 2
    szczęśliwyS szczęśliwy

    tbh i actually got to use one at a tech store, and i'll be real honest: its wayyy better than the og switch. except its REALLY not worth 500-600, and i'm sorry but the digital game cards are stupid asff

    Switch

  • Who is Bill Nye?
    szczęśliwyS szczęśliwy

    @YourAriesBestie said in Who is Bill Nye?:

    Bill nye is my neighbour's left... eye

    Bill nye ur neighbours gonna cry 😭

    Trivia

  • Animal Crossing New Horizon Pet Peeves
    szczęśliwyS szczęśliwy

    omg i wish they would just make a nev oe already. UGH

    Video Games and Consoles

  • Trump won🤦‍♀️
    szczęśliwyS szczęśliwy

    @RedStadic

    YEAH IK I WAS SOOO DISAPPOINTED😭. I voted, but it didn't change anything.

    IRL Updates, Blogs & News.

  • worst trend??
    szczęśliwyS szczęśliwy

    oh def the "phobia" trend lol.

    IRL Updates, Blogs & News.

  • Strange Habits
    szczęśliwyS szczęśliwy

    I freak out when someone leaves an open pen somewhere lol.

    IRL Updates, Blogs & News.

  • Face reveal 😨
    szczęśliwyS szczęśliwy

    you look great :)

    IRL Updates, Blogs & News.

  • 15 posts and i age and name reveal bc why not
    szczęśliwyS szczęśliwy

    @StatlerWaldorf said in 15 posts and i age and name reveal bc why not:

    that was more but my name irl is Dorian and my age is 13
    hope noone expected me to be older

    nahh totally expected 13 lmaoo

    IRL Updates, Blogs & News.

  • its my birthday
    szczęśliwyS szczęśliwy

    Happy birthday!!! <33333

    IRL Updates, Blogs & News.

  • me when im back
    szczęśliwyS szczęśliwy

    supppppp man welcome back 😎

    IRL Updates, Blogs & News.

  • I've just had a very horrible day at my school
    szczęśliwyS szczęśliwy

    @bingus good but still, thats just ridiculous.

    IRL Updates, Blogs & News.

  • I've just had a very horrible day at my school
    szczęśliwyS szczęśliwy

    Thats genuinely terrible, idk how on earth there allowed to do that. idk how they expect you to learn if they throw away all your stuff.

    IRL Updates, Blogs & News.

  • chat im being deported back to russia what do i do
    szczęśliwyS szczęśliwy

    i used to study human bioengineering for the government of russia, will i get deported?

    IRL Updates, Blogs & News. fake

  • What do you usually think about before you sleep?
    szczęśliwyS szczęśliwy

    I just think about the stupid things i did that day, and the 100,000,000 different ways i could have saved myself lol.

    IRL Updates, Blogs & News.
  • 1
  • 2
  • 8
  • 9
  • 10
  • 11
  • 12
  • 11 / 12
  • Login

  • Don't have an account? Register

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