DeHuq2

joined 2 years ago
[–] [email protected] 0 points 1 month ago (2 children)

Защищающаяся is kinda a meme word so don't be intimidated from learning russian, there aren't a lot of words like that. You can also leave the first 'v' in здравствуйте silent.

[–] [email protected] 0 points 2 months ago (5 children)

Try to repeat these letters from youtube videos.

'c' is just an 's', 'ч' is 'ch', 'ц' is a bit trickier than 'ч' because you might be unfamiliar with pronouncing 'ts' as a single sound and not just as 't' and 's'. 'ш/щ' are the hardest consonants to learn because they sound very similar to one another and are essentially just hard/soft version of the same letter that was split into two separate ones, its best to hold off figuring them out until you get palatalization down.

Try to break long words down to syllables and pronounce them separately. Endings often make up 30% of the word and are pretty repetitive, so if you get those down pronouncing the whole word will be easy. Most scary long words are just two words in a trench coat, you just have to recognize them for what they are.

I've been learning chinese a little as a third language, i'm not far in it at all but it has been fun seeing random chinese comments and vaguely getting the idea of what they were talking about.

Also consider this your exam: pronounce защищающаяся (zashchishchayushchayasya) correctly. Unfortunately it is just one word without a trench coat.

[–] [email protected] 0 points 2 months ago (2 children)

Been gone for a while, hows lemmygrad? It looks like less people are leaving comments since last time i was here.

[–] [email protected] 0 points 6 months ago* (last edited 6 months ago) (1 children)

Fixed it now!

def Fmmin():
    for n in range(2, number):
        if number % n == 0:
            return n
        if n == number - 1 and number - 1 % n != 0:
            return 0
def Fmmax():
    for n in range(number-1, 1, -1):
        if number % n == 0:
            return n
        if n == 2 and number % n != 0:
            return 0
[–] [email protected] 0 points 6 months ago (3 children)

I figured it out! I just needed to use break.

num = []
Ms = []
def Fmmin(va):
    while va == 0:
        for n in range(2, number):
            if number % n == 0:
                va = n
                break
            if n == number - 1 and number - 1 % n != 0:
                va = '0'
    return va
def Fmmax(va):
    while va == 0:
        for n in range(number-1, 1, -1):
            if number % n == 0:
                va = n
                break
            if n == 2 and number % n != 0:
                va = '0'
    return va

for f in range(1,10000000):
    number = 452021 + f
    mmin = 0
    mmax = 0
    mmin = Fmmin(mmin)
    mmax = Fmmax(mmax)
    if int(mmax) > 0 and int(mmin) > 0:
        M = mmax + mmin
        if M % 7 == 3:
            num.append(number)
            Ms.append(M)
    if len(num) >= 5:
        break
print(Ms)
print(num)
[–] [email protected] 0 points 6 months ago (5 children)

num = [] Ms = [] while len(num) <= 5: for f in range(1,1000000): a = 452021 + f mmin = 0 mmax = 0 while mmin == 0: for n in range(2,a-1): if a % n == 0: mmin = n if n == a-1 and a % n != 0: mmin = '0' while mmax == 0: for n in range(a-1,2,-1): if a % n == 0: mmax = n if n == 2 and a % n !=0: mmax = '0' M = int(mmax) + int(mmin) if M % 7 == 3: num.append(a) Ms.append(M) print(Ms) print(num)

[–] [email protected] 0 points 6 months ago* (last edited 6 months ago) (7 children)

What did I do wrong? I could look up proper solution to this exercise but I would still like to know what exactly is off. I feel like its something super obvious and stupid.

 

What are the general trends, public's opinion on latest events, local, global, Ukraine. Is there something of note happening in your country, both good and bad?

[–] [email protected] 0 points 1 year ago (7 children)

I wonder what war looks like in their heads. Is it a fps shooter? A HOI campaign perhaps? Do they seriously believe soldiers just charge at each other?

[–] [email protected] 1 points 1 year ago

Can you give me an example of those orders?

[–] [email protected] 1 points 1 year ago (2 children)

Shouldn't removing Jesus from his torture device be a good thing? I could never understand the logic behind worshipping the thing that killed and subjected their god to pain.

 

I'll start first: at the height of reddit going absolutely mad and frothing at the mouth I heard r/genzedong mentioned a lot as this evil evil tankie place, so I checked it out. Was a bit overly china fanboy-ish for my taste back then but alright overall and leagues more civil than people on other subs. So I started lurking over there to preserve my sanity until it basically became my most frequently viewed sub. I've kinda warmed up to the whole idea of socialism during my stay. And then it got quarantined. I've heard of lemmygrad even before the quarantine, so I switched to this place instead. As of this moment, lemmygrad remains my primary source of news and entertainment where I dont have to risk running into some flavour of wehraboo.

[–] [email protected] 0 points 2 years ago

Lol the comments going like "what are we, a bunch of commies?" are cracking me up

view more: next ›