

How would you access it in a survival situation?


How would you access it in a survival situation?


When I’m traveling and only have one bag? Yep!


When cutting onions, set the cutting board on the stove and turn on the extractor fan. No more tears!


Plus then it’s easier to tell what’s been worn!


I do this with my phone on my nightstand. If I need to remember something I put it out of reach
Spamming isn’t something a serious political organization would do.
They already said it’s from conservatives, no need to be redundant.


So what it comes down to is that int(), float(), and input() (as well as print()) are functions that you are calling. In the case of int() and float(), they return (simply put, when you make a function call it “becomes” the return value) an int or float type object based on the argument (the value between the parentheses) that you passed in. In the case of print(), it causes the program to print out the provided argument.
input() is a little more complicated. It prints out the provided argument (in your case: Who are you? ) and then puts the program on pause while it waits for the user to input some text and press enter. Once they have done so, the input function returns the text the user has entered. So as mentioned before, the code input('Who are you? ') “becomes” the text the user input, which then gets assigned to the variable nam.
I think where you may be getting confused is what exactly defines “text”. The only things that python considers text (referred to as a string) are characters surrounded by “” or ‘’. In your example, input('Who are you? ') is not a string, but code to be executed (although the argument being passed to input, 'Who are you? ', is a string). As an experiment, try surrounding that code with quotation marks (name = "input('Who are you? ')") and see what happens!


I think their point is that it’s for a kid, so it’s not going to stay nice, so no point having it start out perfect
Yeah, the battery replacement wasn’t too hard, though. Just some light soldering and sugru to seal it back up
Mine was down to lasting about 12 hours lol
That looks nice, but dear god is is expensive
Me too! I had to replace the battery in my Pebble Time Steel a couple years ago, but it’s still going strong! Sometimes I think about getting something new, but everything new is worse!


Oh man, I loved the original so much


Man, same. I bought it, then learned it wouldn’t even have career mode and immediately refunded it.


Where did you go, if you don’t mind me asking? It’s certainly something we’ve talked about…


It works on MacOS
I could not agree more
Full source for that:

Nice interrobang!