##// END OF EJS Templates
Don’t use ZeroDivisionError in tests...
Don’t use ZeroDivisionError in tests it’s not consistent across Python versions

File last commit:

r17089:5807c24d
r17093:0bf9f092
Show More
HelloWorld.ipynb
32 lines | 480 B | text/plain | TextLexer
In [1]:
print("Hello World")
Hello World