Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements

9 Posted Topics

Member Avatar for Fo.katia

[QUOTE][CODE]def main(): print len([x for x in raw_input("enter a phrase:" ).split()]) main()[/CODE][/QUOTE] Just FYI: I receive a SyntaxError: invalid syntax when I tested this code in Python 3.1.3.

Member Avatar for woooee
0
13K
Member Avatar for joeywheels

My friends website got hacked by the Sole Sad & Invisible malware. I'm not sure how or where to go to find how to remove / clean all the files and was wondering if any might be able to point me in the right direction.

Member Avatar for joeywheels
0
2K
Member Avatar for joeywheels

I continue to get a script type font in various areas when viewing websites through Google Chrome as well as emails through Thunderbird. It is only occurring on one machine and only through those applications so my guess is it is the machine's settings that are the problem. However, I've …

0
294
Member Avatar for joeywheels

I think my site has been hacked! I found these lines of code on all my php files and I didn't put them there. Problem is I don't know enough php to understand what this batch of code does. Could anyone please help? How bad is it? Here's the code: …

Member Avatar for weekendrockstar
0
194
Member Avatar for joeywheels

I'm trying to create a vertical histogram using only built-in modules. I understand the current histogram function isn't truly a histogram (and the code is probably very ugly), but I'm totally lost on how to create a vertical histogram. [CODE]import itertools def histogram(s): print("Histogram:") print("%s %7s %12s" % ( "No.", …

Member Avatar for TrustyTony
0
1K
Member Avatar for manofhouse

You need to set a variable for your while loop and change the bottom if statement. You then need to count to the variable each iteration. Also, you should take the name input and first print statement out of the loop so not to have it repeat each time. [CODE]print …

Member Avatar for manofhouse
0
183
Member Avatar for joeywheels

I'm trying to count the length of each word in a string of text and then count the frequency of times that number of characters shows up throughout the entire text. I can't seem to figure out where to go from what I have here. Any help is greatly appreciated. …

Member Avatar for richieking
0
2K
Member Avatar for joeywheels

I'm having difficulty figuring out how to append two user inputs into a list as a tuple. I would also like to call the list and enumerate the list (e.g., 0. dog_name:dog_breed). I'm not sure how to call display or if it is even written properly. Here's what I have …

Member Avatar for woooee
0
190
Member Avatar for joeywheels

Hi everyone! New here and to Python. I'm having trouble with my break statement executing and cannot figure out why. I'm learning to write to files and want the loop to break if the user hits enter. It's not working for some reason. I've even tried to get fancy (in …

Member Avatar for joeywheels
0
117

The End.