I was like "Hum... That should do like more than 3.5, but 4 at maximum..."
Then he shows options, and I was like "What ? There's nothing between 3.5 and 4"; then thought about it a bit more, and found Exactly 4 as an answer; then continued to watch the end of the video to see why my calculations were wrong (they wer'nt)
$ rm -rf /
Removing /etc/passwords...
~ WITH XXXXX ANTIVIR, PROTECT YOUR PASSWORDS FOR ONLY 5.99$ PER MONTH ~
Removing /home/user...
~ WITH XXX VPN, ACCESS ALL YOUR CONTENT ONLINE FROM ANY COUNTRY IN THE WORLD, 19.99$ PER YEAR FOR NEW SUBSCRIPTIONS ~
Removing /bin/bash...
~ DO YOU WANT A BIGGER D ? TAKE XXXX PILLS, 99.9% SUCCESS ~
...
Not any standard (and actually not at all something to do for real), but try it, it works
def magic(a, b, c):
if a > 0:
if b > 0:
if c > 0:
return 'All positive'
return 'Not all positive'
print(magic(1,2,3))
print(magic(-1,1,2))
print(magic(1,-1,0))
print(magic(-1,-1,-2))
(you should be able to verify I used both tab and spaces f*cking bad way in this example, like I described)
Output:
All positive
Not all positive
Not all positive
Not all positive
** Process exited - Return Code: 0 **
Press Enter to exit terminal
We should remove the gender information from ID and other documents unrelated to the gender
(Maybe kept the XX or XY mark on medical papers though, may be useful to avoid death from medical poisoning, but even your gender and sexual preferences have nothing to do here, so no gender mark neither)
Yes, pretty much a lot (like averaging 1h per day I think)
If you want recommendations for videos from community votes, check out Tournesol website (Note: recommending more about scientific, economics & life health subjects than entertainment)
Also, hasn't been said yet, but when a file name with a space is uploaded to the net, the url will replace spaces with "%20" (for technical reasons), making the URL looking bad
(but still not mandatory to replace spaces by underscodes)
Example: http://example.com/the%20file%2042.png vs http://example.com/the_file_42.png
Also available in other languages here: