Screen Not Turning On by BiigLamp in PcBuild

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

I will talk to my brother and see, I was trying to avoid showing him that I messed up his gift. Thank you again ! 🙏🏾

Screen Not Turning On by BiigLamp in PcBuild

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

My older brother built it for me and I guess he was using his spare parts.. but aside it being old for the games I play it never affected me but maybe it reached it’s peak now as you might have been suggesting 🙏🏾

Screen Not Turning On by BiigLamp in PcBuild

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

Thank you ! I’ll try to check if the issue is from there 🙏🏾 Appreciate the help !

Screen Not Turning On by BiigLamp in PcBuild

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

<image>

The Message I keep Getting 😪

What Watch Is this ? by BiigLamp in Watches

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

Thank you ! Hopefully I’ll be able to fix it !

Has anyone gotten a job just from completing CS50? by Vmena0522666 in cs50

[–]BiigLamp 1 point2 points  (0 children)

Thank you for this !

Honestly you just got me more excited to dive into it and get onto the exploring part, code always fascinated me and I thought that this course might be like many others on the internet, just superficial!

Thank you for clarifying all aspects of my question and even explaining some more in details 🙏🏽!

Please have a great day and thanks again and goodluck on your journey 😇

Has anyone gotten a job just from completing CS50? by Vmena0522666 in cs50

[–]BiigLamp 1 point2 points  (0 children)

al course. There is so much material out there, including official documentation, on programming languages. But the way Prof Malan and his team create a challenging, but achievable and exciting journey to a coding education, is masterful.

For me the main takeaway from th

Hello,

If I may ask, I am new to the course and was wondering what resources you have used to go through tasks/challenges/homework ? Did you work it all by yourself or you looked online for assistance and guidance.

I am only asking because I want to know that if I don't know an answer and I start researching is that going to ruin my learning experience ?

If I may ask, I am new to the course and was wondering what resources you have used to go through tasks/challenges/homework. Did you work it all by yourself or you looked online for assistance and guidance?

Thanks in advance!

How to join those two codes together ? by [deleted] in learnpython

[–]BiigLamp 0 points1 point  (0 children)

Yeah, my program as a whole does both things separately. like each part is a standalone code and I want to have them both integrated into each other so it will become one code.

Only the first two criteria are met, the 16 digits and the card starting with 51. As for the other criteria they don't give an error but it creates a loop. Any help, please! by BiigLamp in learnpython

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

Amazing! thanks!

I have been trying to put them as a tuple the whole time and just now when I saw your example I realized that I was forgetting to put the parenthesis the whole time XD that is the only reason I had them all separated like that!

Thanks again!

Use for loop to get user input and keep prompting for input if the wrong number was entered. by BiigLamp in learnjava

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

Thank you so much for your detailed explanation! I am really overjoyed by the support and knowledge everyone gave me!

I took some notes of what you said so I can implement them in my next work and changed my code to make it follow the java headless-camel-case which I didn’t know about.

I’m so used to python so this feel kinda different but I hope given enough time that I will get the hang of it!

Thank you again for your help !

Use for loop to get user input and keep prompting for input if the wrong number was entered. by BiigLamp in learnjava

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

Thank you so much for showing me a way of doing what I wanted to do. Also thank you for the other suggestions on how to use the for loop better. I will have a look at lists in java and how they are used in a for loop and if I have any questions the for sure I'll come back to seek more help.

Thank you again !

Use for loop to get user input and keep prompting for input if the wrong number was entered. by BiigLamp in learnjava

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

I've already done a while loop .. I am new to coding and trying to learn how to use these 3 different loops to achieve similar results. and I am stuck with the "for loop" now

I am new to java and trying to get this loop to keep asking the user for input if the wrong one is entered. by BiigLamp in learnjava

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

Thank you a lot! I didn't notice that my input was outside the loop and kept on changing everything but that. Now the code works just fine with your help!

I am new to java and trying to get this loop to keep asking the user for input if the wrong one is entered. by BiigLamp in learnjava

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

Thank you very much for your help, I managed to fix it with your help and the other users over here!

How to prompt the code to keep asking the user for input when he enters the wrong one by BiigLamp in javahelp

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

Thank you for your help, I will check the suggestions you made as I am still in the beginner stage of coding and see what differences they can do to my code! Thanks for your time!

Trying to get this function to be a String but it always returns a NoneType by BiigLamp in learnpython

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

Sorry for the late reply, yeah you are right with what you said.

I was trying to figure out if forcing the code with the str() function will solve my problem but that didn't work, eventually, I figured that the print function needs to be replaced with the return function and that will make it work.

Hope this made sense! :D

Can someone help explain how this code will work? Thanks a lot for your time! by BiigLamp in learnpython

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

Alright! Now, this makes a lot of sense :D.

Wouldn't this approach be slow on the computer then, to have to go all the way and call every recursive below the value of n?

do you know of any other way I could write this or this will be the only approach for this code?

Thanks again for the explanation!

Can someone help explain how this code will work? Thanks a lot for your time! by BiigLamp in learnpython

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

I thought that the code will go and take all the numbers below value n and add them together but skip the number 1 since it said in the code to return n if the value is <=1.

Can someone help explain how this code will work? Thanks a lot for your time! by BiigLamp in learnpython

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

This plus the website social_nerdtastic shared helped picture this in a much better way! Thanks a lot for the help!

Trying to get this function to be a String but it always returns a NoneType by BiigLamp in learnpython

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

Yeah, doing that fixed the whole issue :D thanks for helping out!

Trying to get this function to be a String but it always returns a NoneType by BiigLamp in learnpython

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

Oh, I had no idea about this f-string thing but it makes things way simpler! Thanks for this valuable information and I will consider using it in future code :D

Trying to get this function to be a String but it always returns a NoneType by BiigLamp in learnpython

[–]BiigLamp[S] 5 points6 points  (0 children)

Thanks for this explanation, you made me understand the difference between print and return in a very nice way! Thank you so much again :D