Posts
 
Reputation
Joined
Last Seen
Ranked #3K
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
Ranked #72.8K
Ranked #4K
~18.1K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Cup of Squirrel

the correct way is [code]var = raw_input("Enter something: ") print "you entered ", var [/code] using input is unsafe as it evaluates your python code as commands and can cause someone to hack your code.

Member Avatar for Jason_15
1
18K

The End.