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

help-circle

  • makuus@pawb.socialtomemes@lemmy.worldHard work
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    Not only that, but, I feel like dude there is over the 4’8”-5’2” height requirement for Minnie. Like, that’s hard to prove from a photo like this one. But, given his proportions in relation to the railing and other features in that photo, my first impression would not be to think him short enough.



  • I think you’ve already gotten some good answers here regarding the function itself:

    It sits and waits for the user to input something and hit Enter, and returns the value the user entered, which is then assigned to your nam variable. (See the documentation for the function.

    I might also offer the advice of confirming your understanding of the flow of a program. That is, understand that, in the general sense, the computer must resolve the right-hand side of the equals sign to a value before it can assign it to the left.

    For example, if the right-hand side is a literal value, it’s already resolved. For example, a line like name = “Joe” is easy—assign the string literal “Joe” to the variable name, when the line is run.

    If the right hand side is a mathematical equation, it must be resolved to a value when the line is run. For example, for a line like value = 2+2, the 2+2 must be resolved to 4 before it can be assigned to the variable.

    Then, for something like name = input(“Who are you?”), in order to resolve the right-hand side, the computer must first run the function before it can assign a value to the variable name.

    It can, of course, get more complicated, where you can call multiple functions on a line, and the results of one feed into the next, and so on. But, that can be an exercise for the near future.







  • makuus@pawb.socialtoMemes@lemmy.mlcan't wait
    link
    fedilink
    arrow-up
    9
    ·
    6 months ago

    Joke aside, it’s definitely Breezewood.

    I’ve been passing through that location for the last 30+ years, and there are unmistakable signs in this picture. It’s a very old one though, as most of these businesses are no longer there.






  • I want to play a game like Fallout, with perhaps a light plot, but a much heavier settlement building mechanic.

    Like, you found a settlement, and it’s filled with trash, debris, and burnt-out structures. As you scavenge and collect things, and attract people to your cause, the place slowly becomes cleaner and more structured. You can have settlers scavenge for themselves and fix up structures, farm for food, treat wounded, lead small armies against mutants and generally secure an area of a map, and really be able to treat the settlement as a home base.

    Playing Fallout 4, I was bothered by how I could build out all these settlements, place structures and whatnot, help these people, and still no one had the sense to pick up a broom and sweep up the pile of trash in the street.