I cannot tell if you are being serious or just having fun with buzzwords
I cannot tell if you are being serious or just having fun with buzzwords
Where did I say anything about Jews not living there continuously? Idk what you’re talking about now
I’m not sure the point you’re trying to make…I was just pointing out that “voluntarily leaving what is now Israel” is wildly misleading and wrong
were descended from people who voluntarily left the area generations ago
There have been forced deportations from that area for millenia. They’re talked about in the Bible and the Romans did it.
The downside to that is the epoxy would only be surface level. You’d want to fill any cracks/checks entirely, and pouring it into the hole or flooding the whole slab would be the best way to ensure that
I didn’t watch this the whole way through, but it might help you: https://youtu.be/E_d9hK20C94?si=TOh87hZYK79tpUAl
Seriously, fuck off with the AI shit. At best it’s intelligent regex. And “intelligence” here means a specific thing.
Id guess the alternative is to pour them one at a time? If you don’t want to flood it but you want the checks filled, that’s really the only other option, isn’t it?
Through their paws for one, and when they lick their coats, the saliva acts like sweat and cools them down as it evaporates. And if it’s really bad, they pant.
Didn’t she refer to herself as as “Rivera’s wife” instead of herself as an artist at least up until the early 30’s?
Eh, degrees can be overrated. I don’t have one and it hasn’t hindered me at all. Ultimately, it depends what kind of work you want to get into and your drive to self learn, how quick you can pick things up, and adaptability. You got this.
That’s fair, I was trying to be a bit vague since you’re learning and wanted to help point you to the solution. Went a little too vague with it 🙂
No problem bud, good luck
the signature for the input
function (that’s what it’s called instead of command) is
def input(__prompt: Any = ...) -> str
which means it’s always going to return a string.
So it starts off as a string, then becomes whatever is typed in
there’s no real way for something to do that automatically without a much more robust setup.
this snippet proves that
test_int = input('enter integer:')
print(type(test_int))
test_float = input('enter float:')
print(type(test_float))
test_str = input('enter string:')
print(type(test_str))
>> <class 'str'>
>> <class 'str'>
>> <class 'str'>
it is the responsibility of your program to validate and do whatever you want with the result, and part of that can include casting it to a different type.
The traceback should give you an idea of what’s going on, but you can test for yourself by checking the result of input:
test = input('enter number:')
print(type(test))
Another question to ask is “why did you cast ‘h’ as a float?” And what happens if you just do h + r?
picture of two guys kneeling in front of a wall
Bullshit feely caption that doesn’t make sense to any who understands the words being used
Internet: omg, so wholesome!
You are wildly naive if you view things this way
That doesn’t address the quality of hanging a TV. The things you mentioned are superficial. Being good at hanging a TV is structural. The only way one would know if another was good or bad at it is if the TV eventually fell off the wall or was loose, which one could not see from a FB post.
Not quite, this has happened before
https://en.m.wikipedia.org/wiki/Video_game_crash_of_1983