3

Possible Duplicate:
Easy: How to use Raw_input in 3.1

in old style i can entering data with this function

0

4 Answers 4

3

raw_input is now input per http://docs.python.org/dev/py3k/whatsnew/3.0.html

Sign up to request clarification or add additional context in comments.

Comments

3

raw_input has been renamed to input. The 2.x input, which eval'd the input, was removed.

Comments

0

You should use input() instead, which uses the behavior of raw_input() from 2.x.

Comments

0

in Python 3 you use input function

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.