Test Python Notepbook Michael Ghens 2018-10-12 15:05 Comments Source Just a a test of Ipython In [3]: print("Hello Word") Hello Word In [4]: for i in range(1,10): print("Count: ",i) Count: 1 Count: 2 Count: 3 Count: 4 Count: 5 Count: 6 Count: 7 Count: 8 Count: 9 Comments Please enable JavaScript to view the comments powered by Disqus. Comments powered by Disqus
Comments
Comments powered by Disqus