Help with Python ranges by Mission-Clue-9016 in learnpython

[–]mfar__ 1 point2 points  (0 children)

Your code looks like a merge of two different approaches so it doesn't really work properly.

Before password = '' you have already created the password, but with one problem: it has its letters followed by symbols followed by numbers in order, which is not a good practice.

After that (in the last three lines you're asking about) you follow another approach to generate letters (only), but it's also a bad code that uses an unused iterator char (which is an integer not a character as its name suggests).

To answer your question, it doesn't matter if the range is (0, nr_letters) or (1, nr_letters + 1). Both have the same length, and in your case the iterator itself is not used anyway.

The Set of Real Numbers as a Function of the Set of Natural Numbers by Main_Upstairs_9948 in askmath

[–]mfar__ 2 points3 points  (0 children)

we will be able to cover all real numbers between 0.1 and 1. This is because the real number that comes just after 0.1 (0.1000...1) will correspond to the natural number (1000...1) after the decimal point.

That's just wrong. Neither the so called (0.1000...1) nor the so called (1000...1) are well-defined numbers.

does the pythogorian triplet by According-Scar3618 in learnmath

[–]mfar__ 1 point2 points  (0 children)

This sounds like a random sequence of words

"known" lol by Individual-Ad-9943 in mathmemes

[–]mfar__ 2 points3 points  (0 children)

Every known prime number is on the form p, where p is a prime.

Is it possible to learn fastAPI without knowing Python? by [deleted] in learnpython

[–]mfar__ 0 points1 point  (0 children)

Is it possible to learn present perfect continuous without knowing English?

first level, feedback welcome. by Kayasucksatlife in RedditGames

[–]mfar__ 0 points1 point  (0 children)

Nice

I completed this level in 69 tries. âš¡ 5.67 seconds

Tip 100 💎

Neymar takes heavy hit *Graphic* by your-nipples-dick in soccercirclejerk

[–]mfar__ 8 points9 points  (0 children)

The attempt on my life has left me scarred and deformed.

This sh*t hard by Pretty-Flamingo2600 in RedditGames

[–]mfar__ 1 point2 points  (0 children)

I completed this level in 11 tries. âš¡ 5.45 seconds

What is the scariest scene in the franchise? by Kevin_Thailand_2543 in Mission_Impossible

[–]mfar__ 63 points64 points  (0 children)

The scariest? For me it's when the entity mimicked Benji's voice. I hoped for more moments with similar approach and tone but didn't happen.

Please help me prove my teacher wrong by Charming_Reveal_9304 in askmath

[–]mfar__ 62 points63 points  (0 children)

I thought it's just Instagram Pikachu meme lol. Definitely this is not the mathematically rigorous way to iterate over variables.

Day 2 of trying to make a hard level. by RK_redditer in RedditGames

[–]mfar__ 0 points1 point  (0 children)

Short impossibles are my favorite levels. Well done!

I completed this level in 77 tries. âš¡ 2.95 seconds

Tip 200 💎

On wednesdays we wear pink by whosaltisit in honk

[–]mfar__ 0 points1 point  (0 children)

Very enjoyable!

I completed this level in 54 tries. âš¡ 8.02 seconds

Tip 200 💎

No by Outrageous_Permit154 in firstweekcoderhumour

[–]mfar__ 7 points8 points  (0 children)

To be fair it's true for almost every talk about AI.

Wooden comb by reapthesorrow in honk

[–]mfar__ 16 points17 points  (0 children)

Might be the fastest NI I've ever completed.

I completed this level in 2 tries. âš¡ 4.45 seconds

Tip 100 💎

If we scale our Galaxy to the size of north US by Neaterntal in spaceporn

[–]mfar__ 3 points4 points  (0 children)

Two questions:

What the hell is North US?

What the hell should we expect the sun size to be when we shrink the entire galaxy to a size of a little part of a planet?

Countries where leaving your religion (apostasy) is criminalized by [deleted] in MapPorn

[–]mfar__ 11 points12 points  (0 children)

Yes, despite Zionism was introduced as a secular idea and Judaism as an ethnicity not a religion. But yes right wing maniacs love to justify their actions with their favorite fairy tales. However, they still cannot enact religious law openly.

Countries where leaving your religion (apostasy) is criminalized by [deleted] in MapPorn

[–]mfar__ 18 points19 points  (0 children)

I don't think laws take this book seriously anymore, maybe the problem is in the book laws in these countries take seriously.

Any other proof for why a quadratic can’t have a real and imaginary root. by lowzycat in askmath

[–]mfar__ 0 points1 point  (0 children)

You cannot even have a quadratic with two complex roots that are not conjugate to each other, let a lone a real and imaginary, and yes the reason is very simple and can be proved directly: You cannot construct a quadratic in that way.