I am a beginner in python. I've solved problems in some OJs with C++. Now i want to do it with Python 3. I started but i saw that my code wasn't not efficient. I got run time error or Time Limit. I faced problems taking input specially in UVa problems. Please help me.
guidline please.
better go use python 2
Why do you think python2 is better?
Your question is very vague, but I usually use input() and map(int,input().split()) for python
But based on your question that says "Runtime Error" or "Time Limit Error", your problem seems like something other than taking input.