-
Replied To a Post in Python program only acts on the first line of string?
Wow, that was such a big help. I was thinking of using a for loop but I couldn't find a way to implement it! Now I just have to edit … -
Replied To a Post in Python program only acts on the first line of string?
I was hoping to do it all in one function. Is that out of line? -
Created Python program only acts on the first line of string?
My program is supposed to replace all sets of 4 spaces with a tab but it only seems to be editing the first line then skipping the rest of the … -
Replied To a Post in Changing all tabs to spaces line by line
So I have it reading partially now, but it stops after reading a set of lines. The output stops at line 21. Can someone explain this, here's the whole program. … -
Replied To a Post in Changing all tabs to spaces line by line
Oh you know what I called the input statement but I had in fact written my own input statement for the program that tests for EOF. -
Created Changing all tabs to spaces line by line
Hey, I'm trying to figure out how to get this kind of program to work, it's supposed to be a UNIX style program in the sense that everything is command … -
Replied To a Post in Make a for loop assign different variables?
That sounds so smart, I talked to my prof and he suggested the same kind of thing. Just without hard code in the example. Thanks! -
Created Make a for loop assign different variables?
print ("The scope of this program is to multiply two matrices together\ and print the result") while True: matrix1_rows = input("How many rows does matrix one have? ") matrix1_columns = … -
Replied To a Post in Error in beginning android tutorials
Yeah I'm all used to C++/C# error codes which I can more less pick out. Java is a new deal to me. -
Replied To a Post in Error in beginning android tutorials
Oh wow. Didn't even make the link. Thanks for the fix! -
Created Error in beginning android tutorials
May sound all too easy for some, but I'm just getting started on android development and I can't find out why I got an error when everything is exactly as …
The End.