where is the option to mark the thread as solved?
Type: Posts; User: wingnut2626; Keyword(s):
where is the option to mark the thread as solved?
Once. I ended up removing the try block
I added:
if len(data_for_computations) >= 4
as a prelude to line 27 on....
It raises the Index Error that the index is out of the list range....I know that it will be on program execution, because i have to get to a point where i have enough items in the list to compute...
import time
from sys import exit
readable_data = []
data_for_computations = []
eric, because it is the bomb
Thanks guys for the help
Isn't there a way to split items in a list into text separated by spaces? Like turn
[4, 6, 9]
INTO
4 6 9
hi guys here is the code i am working with
from Tkinter import *
root = Tk() root.title("Note Taker")
root.mainloop()
FCEUX and GFCEU both crash on save state execution for me for some reason. Also FCEUX crashes so much it is practically unuseable. Im actually running a windows VM now to go back to Nesticle. Its...
Hi guys, here is the code that i am working on today:
class Song(object):
#creates a new class of Song that has an object argument
def __init__(self, lyrics):
Thank you! Here is the revised code with the Value and variable conversion:
from sys import exit
print "Welcome to My Month extractor. What this does is take the number that you input...
I think i may have figured it out. Does it have to do with which_one being a raw_input variable?
from sys import exit
print "Welcome to My Month extractor. What this does is take the number that you input between 1 and 12 and outputs the month.\nPress enter to continue."
raw_input()
...
Hi guys. Here is what i have.
from sys import exit
print "Welcome to My Month extractor. What this does is take the number that you input between 1 and 12 and outputs the month.\nPress...
Hi! What is the best nes emulator out there? i.e. one that would allow me to save my game state? Thanks!
Hello All! I have an inspiron M5030 that has an odd problem. The screen randomly goes completely white. It will do it while using the laptop, then continue even after a reboot (it starts up with a...
Ram for that system should be uber cheap too, might really want to consider adding some more to that thing. I was running ubuntu on a P4 2.8Ghz (no hyper threading) and had 1.5GB of ram only and...
I remember having the same problem for a friend of mine, and i used the module iwlwifi to solve it. Do a search on iwlwifi on these forums, and that will give you some groundwork to get this thing...
Ok thanks guys. I appreciate the help.
So why is the L2 cache size wrong?
No. I put the processor in myself. I just bought it. It is a 3.2Ghz pentium D.
here is the readout on the /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 6...
I recently bought a pentium d 3.2ghz with 4 mb l2 cache and when i type in lscpu it tells me that the clock speed is 2400 mhz and i only have a 2 mb l2 cache. any ideas?
Thanks guys. Like i said the problem was with me, and a simple typo. Thank you again! Im learning more from ubuntu forums than I have from years of school!
Hi yet again guys! Here is the issue today with Python (or more realistically, me)
Here is the code:
def break_words(stuff):
"""This function will break up words for us."""
words =...
whoops! Those function definitions are part of the code too