##// END OF EJS Templates
handle lecture test moving to lib
handle lecture test moving to lib

File last commit:

r20906:1a805ad1
r21233:01e9bda2
Show More
Disable Stdin.ipynb
23 lines | 339 B | text/plain | TextLexer
In [ ]:
try:
    input = raw_input
except:
    pass

name = input("name: ")