Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~448 People Reached
Favorite Forums
Favorite Tags
Member Avatar for apollo1492

I accidentally put agp in the title instead of pci the slots are actually pci. I have an ASUS p3v4x motherboard with a p3 800mhz processor. The issue im having is there is no signal going to the monitor at all. It just happened out of the blue the monitor …

Member Avatar for PcTestCard.com
0
89
Member Avatar for apollo1492

im doing this code and it needs the absolute value of something here is what i have so far. the formula it gives you is x = absolute value of the square root of radius squared minus the y-intercept squared. this is the bit of code i have so far …

Member Avatar for apollo1492
0
126
Member Avatar for apollo1492

Im writing this program that draws a bar graph showing an investment growth. and this error keeps coming up and i cant figure it out. this is the syntax that python keeps telling me. Traceback (most recent call last): File "C:\Python26\lala.py", line 68, in <module> main() File "C:\Python26\lala.py", line 47, …

Member Avatar for apollo1492
0
137
Member Avatar for apollo1492

i need to be able to have python spit out a date like this (mm/dd/yyyy) even if the user doesnt add the "/" to there input. here is what i got so far. import string date = raw_input(enter your date:") print date[0:2]+'/',date[2:4]+'/',date[4:8] the output is mm/ dd/ yyyy. how would …

Member Avatar for yilmazhuseyin
0
96