4 Reputation Points
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 Posted Topic
Re: 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. |
The End.