• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle






  • I set family sharing up a while ago. It’s been great. Only issue is I made my own account a child account and don’t mnow how to undo that. Not a huge deal since I know the pin, just sucks to have to put it in to look at the store or appear online to play with friends. Probably not a steam problem, just user error, and if I put enough effort into fixing it as I did writing this comment I probably would have already fixed it. The answer just doesn’t seem apparent…






  • I feel like I accidentally do something similar everytime I program anything. I am just bad at it, I don’t know the short cuts or all the commands, but by God, it will work when I am done with it… maybe.

    I don’t know the right wat to do this, but I think there would be something like:

    x = Number

    If (x//2)is.integer() == “true”:

    Print(“Even”)

    Else:

    Print(“odd”)

    Maybe? Idk. Probably a bunch of syntax issues and I haven’t written anything in like a year.