Professional lurker, part-time poster
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.
Been gone for a while, hows lemmygrad? It looks like less people are leaving comments since last time i was here.
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
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)
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)
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.
Which ones do you see most frequently?
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?
What is the source of your carnal desire for nuclear annihilation??
Well they do seem on board with shooting corrupt politicians, so I guess theres a foothold there
Unpopular opinion but I think the acronym should be dropped entirely, its silly as it is. They should come up with some generalizing name of the alliance that would describe all of its members.
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.
I wonder when they will be required to wear armbands 🤔
And anyone trying to stop the suffering is eeevil~. I seriously don’t know why they thought it would portray bolsheviks in a bad light.
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.
The biggest rift in Russia is caused by highly divided support for the war and for further mobilization. Majority of people stopped having positive outlook on the west and are in favour of self-sufficiency over Russia’s government seeking substitutions from other countries, which causes some displeasure. General opinion of Putin is about neutral-negative, there is not much respect for him but he is seen as necessary. Overall the government is perceived as incompetent/corrupt (even before the war) due to it not fulfilling promises and shitty budget allocation on anything that is not a big city, and there is a desire for a stronger leader against the west, which could either be good if the communists manage to exploit that after Putin leaves or extremely bad, because a lot of hardliners aim for that role. Currently Putin is in a fairly stable position since dislike of the western countries vastly overshadows dislike for Putin. I don’t see the cracks that would lead to him getting deposed yet (Its gonna have to be more than general dissatisfaction) so the best thing is to continue to observe how things play out.
WTF North Korea really does violate human rights?!? 😱
Защищающаяся 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.