Quantcast
Channel: CodeChef Discuss - latest questions
Viewing all articles
Browse latest Browse all 39796

Python NZEC Runtime Error

$
0
0
import sys
num = int(sys.stdin.readline())
while (num != 42):
    sys.stdout.write(num)
    num = sys.stdin.readline()

Why does the above code give an NZEC runtime error?


Viewing all articles
Browse latest Browse all 39796

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>