No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
It could be your hard drive. If you have a Dell, press F12 during POST and select Diagnostics. If you have a Sony, it will be Start Menu->Help and Support->VAIO Recovery Center->VAIO Hardware Diagnostic. For HP is F2 during POST. If it is other brands, you might want to consider …
Try this: Start Menu->type "cmd"->right click then select "Run as administrator"->type "sfc /scannow." This command will scan for any software violations and try to fix them. Hope it helps.
Hi, I am a beginner for Python. There is one problem I encounter with a coin flip program which there are "None" involved with the print out. Any help will be appreciated. [CODE] import random def flip(): cflip = random.randrange(2) if cflip == 0: print("Heads") else: print("Tails") def main (): …
The End.
davehe