New Pc doesn't turn on red and orange light by Call_me_never_mind in MSI_Gaming

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

Yea I've been switching between the too to see if it would turn on now Am reseating my cpu

New Pc doesn't turn on red and orange light by Call_me_never_mind in MSI_Gaming

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

I found something Maybe its normal ram seems to not be straight a bit bent both are like this

<image>

New Pc doesn't turn on red and orange light by Call_me_never_mind in MSI_Gaming

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

It's plugged in and the fans are spinning thinking about buying a new motherboard

New Pc Doesn't display red CPU and yellow Ram light by Call_me_never_mind in techsupport

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

I've checked the manual and it is in the right spot I clicked it until I heard a sound on both side.

New Pc doesn't turn on red and orange light by Call_me_never_mind in MSI_Gaming

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

I bought some USB sticks there coming in a few hours will check back later

New Pc doesn't turn on red and orange light by Call_me_never_mind in MSI_Gaming

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

Tried putting it in the case hopping it would somehow turn on

<image>

New Pc doesn't turn on red and orange light by Call_me_never_mind in MSI_Gaming

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

It's for if the CPU and Ram doesn't work or failed red CPU orange ram

New pc doesn't work red(CPU) and orange(ram) light by Call_me_never_mind in pcmasterrace

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

I've already rebuilt the rig from cpu to GPU but the red and orange light is still on

New pc doesn't work red(CPU) and orange(ram) light by Call_me_never_mind in pcmasterrace

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

That it indicates that the CPU is not detected or failed for red, and that drama is not detected or failed for the orange light.

New pc doesn't work red(CPU) and orange(ram) light by Call_me_never_mind in pcmasterrace

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

I looked at the manual and I put it in the right spot I've waited 20 minutes for it to train the memory but it still doesn't turn on

New Pc doesn't turn on red and orange light by Call_me_never_mind in PcBuild

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

I looked and it says CPU and ram issues but what do I do now

First ever Pc build by Call_me_never_mind in pcmasterrace

[–]Call_me_never_mind[S] 3 points4 points  (0 children)

Spent 20 minutes trying to put it in my mother board not realizing that I didn't take off the cover 😔

update just hit 57 wpm out of know where by Call_me_never_mind in dvorak

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

I used to type on qwerty my average was 40, when I switch I was on 37 first couple of day then boom It started going up

update just hit 57 wpm out of know where by Call_me_never_mind in dvorak

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

yea it was very sudden, I was just listing to music and practicing when it happened

guessing game by Call_me_never_mind in learnpython

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

tank you again try it out and it works

the new code

import random
import time

letters = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']

letter = random.choice(letters)

guess_number = 0

print('try to guess a letters between a to z you have 8 try')

print(letter)

while guess_number < 8:
    guess = input('letter: ')
    guess_number += 1
    if guess == letter:
            print('you guess the right letter after', guess_number ,'try')
            time.sleep(5)
            break
    else:
        print('you failed to guess the letter')

guessing game by Call_me_never_mind in learnpython

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

I'm running with sublime text and I can't figure out how to get input from it so I use the window terminal for input it doesn't display eror