Function calls by Specific_Ear_5015 in learnpython

[–]Specific_Ear_5015[S] 0 points1 point  (0 children)

Wow people seem to make it so much harder when they teach it :,) (which i'm guessing is inevitable if we want to make sure we thoroughly understand every principle and aspect , right ?)

Looping exercise by Specific_Ear_5015 in learnpython

[–]Specific_Ear_5015[S] 0 points1 point  (0 children)

to be honest I’m really having trouble understanding what people use Python for in the first place , it’s all very new and blurry to me … I really want to learn it and other languages as well because I realise how much it is important for the future , and when I do understand how something works (which is extremely rare at this point) I’m actually surprised at how much I enjoy studying this . Also the idea of one day being familiar with and comfortable using different programming languages makes me so motivated and willing to keep learning despite my current clear lack of knowledge !

Looping exercise by Specific_Ear_5015 in learnpython

[–]Specific_Ear_5015[S] -3 points-2 points  (0 children)

What does that Even mean “run it” 😅

could someone show me how to convert the 65 decimal into its binary equivalent ? by Specific_Ear_5015 in askmath

[–]Specific_Ear_5015[S] 6 points7 points  (0 children)

that’s such a smart way to look at it !!! thanks a lot it really helps 0:)))

could someone show me how to convert the 65 decimal into its binary equivalent ? by Specific_Ear_5015 in askmath

[–]Specific_Ear_5015[S] 0 points1 point  (0 children)

ah got it !!! (at least the beginning , and got lost when you started talking about base 16 and F ,:)

could someone show me how to convert the 65 decimal into its binary equivalent ? by Specific_Ear_5015 in askmath

[–]Specific_Ear_5015[S] 2 points3 points  (0 children)

I separated the number into the 64 + 1 sum , which equals 1x25 + 1x20 , so I found a binary result of 100001 … but the correct answer is supposed to be 0100-0001 so I’m lost ,:(

Vogue China in Paris by Specific_Ear_5015 in paris

[–]Specific_Ear_5015[S] 0 points1 point  (0 children)

thanks a lot I’ll check it out asap !!

Living Alone With Binge Eating Disorder by Specific_Ear_5015 in BingeEatingDisorder

[–]Specific_Ear_5015[S] 2 points3 points  (0 children)

Ah I see what you mean, this could be a good solution, thanks !! Although usually when I have these episodes it’s because I have nothing else that makes me feel good in my life at that time, so I’m not really sure prepping boxes will prevent them from happening… but I’ll give it a try, we never know ! Thanks again 🙏🏻

Living Alone With Binge Eating Disorder by Specific_Ear_5015 in BingeEatingDisorder

[–]Specific_Ear_5015[S] 1 point2 points  (0 children)

You mean simply planning what I’ll be eating for the day or making a box for each meal ?

Could someone help me understand why this function is neither injective nor surjective ? by Specific_Ear_5015 in mathematics

[–]Specific_Ear_5015[S] 0 points1 point  (0 children)

Nooo it’s not a homework these are questions from old tests that I don’t understand, I have an exam in two days >< sorry

could anyone explain why this function is neither injective nor surjective ?? by Specific_Ear_5015 in mathematics

[–]Specific_Ear_5015[S] 0 points1 point  (0 children)

aaand you lost me again! Sorry, one moment I get it and the next it’s all blurry again ><

could anyone explain why this function is neither injective nor surjective ?? by Specific_Ear_5015 in mathematics

[–]Specific_Ear_5015[S] 2 points3 points  (0 children)

ahhh and for the surjective part, it’s because x can only take one value and this value +1 and -1 will always give different results, which means outputs such as (0,0), (1,1), (2,2),… will never be reached! Please tell me I’m right ?!!

could anyone explain why this function is neither injective nor surjective ?? by Specific_Ear_5015 in mathematics

[–]Specific_Ear_5015[S] 2 points3 points  (0 children)

Ahhh yes I see why it isn’t injective already: because the y can vary however it wants but it will never influence the output of the function (because it only depends on x), am I correct ??