We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Reading Raw Input
- Discussions
Reading Raw Input
Reading Raw Input
Sort by
recency
|
213 Discussions
|
Please Login in order to post a comment
personal opin: some times there is even bug in the input functions.. why it has to use stdin and stdout, also not very flexible for testing the code.
reading a martix from stdin and transpose
what is he difference between raw input and input ?
def read(): s = input() size=len(s) if ((size>=1)&(size<=500)): return s why run time error