Guest User

Untitled

a guest
Dec 11th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. #!/usr/bin/python
  2.  
  3. import sys
  4. print(sys.version_info)
  5. print “successful start”
  6. print “ “
  7.  
  8. listAl = [ a, b, c, d, e, f, g]
  9. listNu = [ 1, 2, 3, 4, 5, 6]
  10. print listAl
  11. print listNu
  12.  
  13. python
  14.  
  15. python3
  16.  
  17. Python 2.7.10 (default, Feb 7 2017, 00:08:15)
  18. [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on darwin
  19. Type "help", "copyright", "credits" or "license" for more information.
  20. >>> listTest.py
  21.  
  22. Traceback (most recent call last):
  23. File "<stdin>", line 1, in <module>
  24. NameError: name 'listTest' is not defined
  25. >>>
  26.  
  27. /usr/local/bin/pip
  28. /usr/bin/python
  29.  
  30. ls Desktop
Add Comment
Please, Sign In to add comment