GiriBang
- 11
- 5
GiriBang said:What's the name of Max Planck's son?
Wrong! It's Quantum Physics!fresh_42 said:Karl and Erwin.
GiriBang said:What's the name of Max Planck's son?
Wrong! It's Quantum Physics!fresh_42 said:Karl and Erwin.
SVP= S'Il Vous Plait.fresh_42 said:P stands for plaisir, not please.
And plait comes from plaisir. "If it pleases you." What a pity that English degenerated it from "if it pleases you" to "please". In any case, "il plait" isn't please, although they once might have been of the same origin.WWGD said:SVP= S'Il Vous Plait.
But "s'il vous plaît" means please, RSVP is literally "answer, please."fresh_42 said:And plait comes from plaisir. "If it pleases you." What a pity that English degenerated it from "if it pleases you" to "please". In any case, "il plait" isn't please, although they once might have been of the same origin.
My point is that no francophone reads "s'il vous plaît" as the literal combination "if it pleases you," but as please.fresh_42 said:If it pleases you and please have two different meanings. Apart from that it is a different language.
That's futile, it will just evolve into science jokes.DrClaude said:Moderator's note: I have moved the interesting discussion of French expressions to
https://www.physicsforums.com/threads/french-expressions.988527/
Yes, but they'll be in French, so ... eh.Keith_McClary said:That's futile, it will just evolve into science jokes.
Use the same method on a 3-4-5 triangle to prove that ##3 + 4 = 5##.Demystifier said:![]()
You have to show both directions of the proof!Demystifier said:
Mathematicians are an emotional bunch, while programmers are calm, soft and cuddly!jack action said:
And it is easily possible, as the conductor runs through the train.JT Smith said:Made me laugh. But the joke perhaps ought to be modified slightly since the conductor doesn't control the train, the engineer does.
def factorial(number):
if(number==1):
return 1
else:
return number*factorial(number-1)
def factorial ( number ) :
if ( number == 1 ) :
return 1
else :
return number * factorial ( number - 1 )
Hilarious. You could rewrite post-Corona virus factorial() to use masked variables.jack action said:Before Coronavirus:
After Coronavirus:Python:def factorial(number): if(number==1): return 1 else: return number*factorial(number-1)
Python:def factorial ( number ) : if ( number == 1 ) : return 1 else : return number * factorial ( number - 1 )
So that's how they write anti-virus programs!jack action said:Before Coronavirus:
After Coronavirus:Python:def factorial(number): if(number==1): return 1 else: return number*factorial(number-1)
Python:def factorial ( number ) : if ( number == 1 ) : return 1 else : return number * factorial ( number - 1 )
C++ would be better the better mask. It can catch exceptions.mfb said:Test numbers for infection before you allow them to multiply.
Similarly, PIN, not PIN number.WWGD said:And my 1st world gripe: ATM, not ATM machine.
When translating 'please' at the beginning of a request sentence, I tend to use 'prière de (bien vouloir)', and 's'il vous plaît' when it's (less formally) placed at the end.fresh_42 said:P stands for plaisir, not please.
Though, it's hard to compete with real life ...davenn said:
jack action said: