Python - Decorators
4:06
9 ай бұрын
Python - if  __name__ == "__main__"
6:40
Python - Disemvowel Trolls | 7KYU
3:01
Python - Hashtag Generator | 5KYU
3:45
Python - Find the Odd Int | 6KYU
2:32
Python - Duplicate Encoder | 6KYU
4:45
Пікірлер
@C.S.1234
@C.S.1234 3 күн бұрын
I did the youngest option they had it was rated 17-19 or sumthing I'm 13 and scored 115
@nicholasgaming7935
@nicholasgaming7935 10 күн бұрын
On the Norway test I got 110, (im still 13 by the way)
@skygoneinc9962
@skygoneinc9962 23 күн бұрын
Finally, somebody who speaks english instead of an indian 60 feet away from a shitty mic saying derkaderkaderka
@user-yd3pd9gs1l
@user-yd3pd9gs1l 28 күн бұрын
so easy, why am i so dumb
@lovelaugh7299
@lovelaugh7299 29 күн бұрын
it gave me 135 idk if this is true or not. no way im that intelligent
@UNKNOWN5427
@UNKNOWN5427 29 күн бұрын
Nice video!
@michaeltheisen
@michaeltheisen Ай бұрын
Well, I just realized that I don't need a return statement with python modules. I tried my way first before I saw yours, and then when you typed "return" I was like oh shit. wait. it still worked. I just had print(str(x) + " : Fizz")) as the return statement for fizz and etc. lol Then I looked it up and realized you don't really need the word return. I suppose its 'best practice' though.
@blackweb.
@blackweb. Ай бұрын
loved it mate! thanks :)) 27 May 2024, Monday, 20:22 P.M. :))
@wonine1
@wonine1 Ай бұрын
i dont think it accurate i got around 130 im only 13 and also bad at school
@SamudraFlavorsYT
@SamudraFlavorsYT Ай бұрын
i got 132
@danirieg9910
@danirieg9910 Ай бұрын
thanks so much! just a thought: this doesn't account for repetition of letters. for example if you input 'aba', it will give you 6 solutions but there are only three.
@wrttech422
@wrttech422 Ай бұрын
Yeah forsure! This is a solution for all possible permutations of every character irrespective of frequency. You're correct; 'aba' will return 6 permutations since there are 3 characters.(3!)
@idriskapasi2698
@idriskapasi2698 Ай бұрын
Mensa denmark 39=G
@friedios6263
@friedios6263 Ай бұрын
is 131 iq decent?
@Sam-jy8fz
@Sam-jy8fz Ай бұрын
Thanks u bro i was literally 2 hours on searching the answer to this problem …
@wrttech422
@wrttech422 Ай бұрын
Glad I could help!
@wandxon2478
@wandxon2478 Ай бұрын
21 is e)??😅
@Tango1gaming
@Tango1gaming Ай бұрын
Noticed you havent uploaded in a while but wanted to say ive found your vids really helpful and whatever you're doing now I hope your doin great <3
@wrttech422
@wrttech422 Ай бұрын
I appreciate that!
@user-yz9nm9yi5v
@user-yz9nm9yi5v Ай бұрын
love your energy, its calming and fun!! <3
@bright7142
@bright7142 Ай бұрын
Hey! Hopefully you reply but, I correctly followed all your steps but It says "can't open file or no file in directory Please help me
@wrttech422
@wrttech422 Ай бұрын
Where is your file located? If it is located on the desktop you need to change directory in cmd to the desktop.
@Reflect-fv6cb
@Reflect-fv6cb 2 ай бұрын
from itertools import permutations def comb(str): permu = permutations(str) for perm in permu: print(" ".join(perm)) Builtins made it supereasy
@bettycrabtree3107
@bettycrabtree3107 2 ай бұрын
IQ scores are not absolute. Nutrition, being rested, hungry, cold, focus. hot, sick,in pain, stressed are all conditions that will cause distractions which will have an influence on your score. It scores are scores that you achieved on a specific day. Drugs, alcohol use, are also hints that will affect your score. Even how much you are invested in taking the test will affect your score. 100 Q score is average. By definition, most of us are average. I am below average in one test unit, average in another, gifted in two segments. If I retake the test, I might do better or worse. You can by practice you can improve your score. Party and burn up neurons and you will lower your score. It is only a number and not a predictor of success according to your measure of success.
@Computer_Science1
@Computer_Science1 2 ай бұрын
great explanation bro thanks
@wrttech422
@wrttech422 2 ай бұрын
Glad you liked it!
@Strawlocka
@Strawlocka 2 ай бұрын
you're a life saver. Thank you for making this video
@wrttech422
@wrttech422 2 ай бұрын
Glad it helped!
@brendanthorne8353
@brendanthorne8353 2 ай бұрын
Does the second for loop "for i in range(2, num):" never check the number itself so that we can break out of the loop? Example num =100 will only ever check up to 99. So that the for loop is never satisfied?
@salonipattnaik6593
@salonipattnaik6593 2 ай бұрын
Will it work if we have space in between
@rokesby
@rokesby 2 ай бұрын
Thanks for the video. Instead of seeding the length with INIFINITY why not set to the length of the first word? Keep up the good work!
@christopherrimplington3643
@christopherrimplington3643 2 ай бұрын
Other than official Mensa Site, where can i take an IQ test online?
@vivaantelang9041
@vivaantelang9041 2 ай бұрын
117 on mensa denmark
@luizfx8249
@luizfx8249 2 ай бұрын
Damn!! why was i using a loop??
@senco445
@senco445 2 ай бұрын
I had a 133, and one of my closest friends had an IQ of 138. However, I am diagnosed with ADHD, and in a more serious test I took by a psychiatrist, that also lowered the result (and the test really showed it particularly). I expect that it had affected this one too. Anyway, glad that I seem to have enough (I hope) potential to excel at my passions. Thank you for this video.
@HAFIEZ_Gaming
@HAFIEZ_Gaming 2 ай бұрын
what website did you used
@liittlekiid
@liittlekiid 2 ай бұрын
whats the password for mensa sweden???
@Redlights111
@Redlights111 3 ай бұрын
I took norway mensa I got 110 so slightly above average and I dropped out of high school. Lol.
@Space-pr3fr
@Space-pr3fr 2 ай бұрын
???
@Redlights111
@Redlights111 2 ай бұрын
@@Space-pr3fr what?
@NaveenKumar-fv2wn
@NaveenKumar-fv2wn 3 ай бұрын
❤❤❤keep continue sir
@joshianurag6211
@joshianurag6211 3 ай бұрын
Beautifully explained!!!!!!!!!!
@eirikraude854
@eirikraude854 3 ай бұрын
There are actually two solutions to exercise nr. 24! (B and F)
@thehawk217
@thehawk217 3 ай бұрын
Intelligence is not something to be proud of I’m not talking about hard work, or anything like that, but run-of-the-mill intelligence, the kind that means you can put less effort into learning things and still do well/understand stuff better than other people. People get so much praise for it and I see no point or merit in that. Feeling proud of being smart is as empty and meaningless as feeling proud for being beautiful. It’s not something you created or worked towards, it’s an arbitrary characteristic completely out of your control that you were born with. It’s pointless to feel proud of something that’s totally out of your hands. It doesn’t reflect on the kind of person you are. What’s more important is the decisions you make, how you behave, and what you do with the hand you’re given in life. Those are things to be proud of.
@Space-pr3fr
@Space-pr3fr 3 ай бұрын
well said!
@TheBaragoz
@TheBaragoz 4 ай бұрын
dont understand. length of [0,0,0,0] is not zero, but it should return [] as I understand from task
@wrttech422
@wrttech422 3 ай бұрын
yes it would return [ ]. I take care of that in the return statement
@tiger6607
@tiger6607 4 ай бұрын
If i want the script to stop do i just exit the cmd?
@AffectionateFlamingos-ir8jz
@AffectionateFlamingos-ir8jz 4 ай бұрын
could also use elif which would be more effecient
@wrttech422
@wrttech422 4 ай бұрын
There's a return statement in each if. If a condition is met, subsequent ifs wont be checked.
@robinsoncrusoe2775
@robinsoncrusoe2775 4 ай бұрын
I resulted by 125 points, I think its fake for me, because I have cognitive issues in my personal life.
@kenellem.6233
@kenellem.6233 4 ай бұрын
Super helpful. Thank you!
@KaranPatel-gl4zo
@KaranPatel-gl4zo 4 ай бұрын
Could you show us it in python? This is the farthest i got but i fail the last test to return true if the string is empty or None: def xo(s): news = s.lower() for char in news: if not "x" and "o": return True elif news.count("x") == news.count("o"): return True elif news == None: return True else: return False
@wrttech422
@wrttech422 4 ай бұрын
Just do this: def xo(s): s = s.lower() return s.count('x') == s.count('o')
@user-yf9yp2ny9e
@user-yf9yp2ny9e 4 ай бұрын
Actually why you not try to join a mensa organization
@ahyungrocks5509
@ahyungrocks5509 4 ай бұрын
Wonderful explanation. The question is how am I suppose come up with this if I haven't seen your video? Recursion is very difficult for folks who don't program everyday.
@emmesireesha2583
@emmesireesha2583 5 ай бұрын
Thank you
@user_at180
@user_at180 5 ай бұрын
Struggling many years to understand this,finally gotcha your video and u made my day bro
@Vityk.4W
@Vityk.4W 5 ай бұрын
It don`t work for long intervals like this [(0, 25), (-999999999, 15), (52, 62)] # result is 100000034 .... out of memory ((
@Danicious.
@Danicious. 5 ай бұрын
Thank you!
@GeraldBosley-cf8ng
@GeraldBosley-cf8ng 5 ай бұрын
I've taken three proctored iq tests in total starting from adolescence to date, and I've scored from 135 to 145. Each test was completely different. For those whom think they will study such that they can inflate their score somehow before taking the test is sorely mistaken. Sure, you can study vocab and read a lot to inflate verbal fluency, or practice geographical quizzes that test for location and distance. You could perhaps even practice with numbers, memorization and counting. Or, you could learn strategies for solving visual puzzles; but this will only increase your score by like 3 points at most. The test is generally concerned with how many questions you get correct with time remaining: that is, your agility and endurance, which plays a pretty significant role in iq and G-factor.. which cannot be faked or practiced.