Professional lurker, part-time poster

  • 21 Posts
  • 40 Comments
Joined 2 years ago
cake
Cake day: October 16th, 2022

help-circle

  • 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)
    


























  • Theres not as much support for USSR or even socialism as you would like to believe. Of course people are not antagonizing it as much as western countries do, but you should also take into account that Russia uses Soviet imagery exclusively as an aesthetic selling point and does not attribute its successes to socialism but rather to the “spirit of the russian people”. Experiences of older people are often dismissed as “grass was greener in my youth” and young people are very much fed distilled anti-soviet propaganda. The great problem with bringing back socialism to Russia lies with general political apathy of the people, getting through it would require rapid and substantial changes of the living standarts, be it good or bad. Best hope lies with China influencing Russian state, otherwise I see no “stumbling into socialism” on Russia’s part without some great disaster to kick off radicalization.



  • Your own definition: to steal, carry off, or abduct by force or fraud, especially for use as a hostage or to extract ransom

    “Especially” does not mean “only”, it just signifies what kidnapping is most often used for. Using the term is simply not incorrect nor does anybody here assume Ukraine is doing that for extortion. Reaction to these actions will be equally negative even if you used a more “correct” term of forceful recruiting. And Ukraine really is special in that regard, as it frequently quite physically drags off actively and violently resisting people, something the West will not do out of a sheer PR nightmare, instead opting for more subtle ways of persuasion.

    Why you are so intent to die on this hill is beyond me.