JeshdeLune

Online Python

Apr 18th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Online Python Interpreter:
  2. https://www.python.org/shell/
  3.  
  4. Python Tutorials:
  5. http://docs.python.org/3.6/tutorial/
  6. http://www.techbeamers.com/python-keywords-identifiers-variables/
  7. http://www.techbeamers.com/understand-python-statement-indentation/#statement-in-python
  8.  
  9. Python Keywords:
  10. False def if raise
  11. None del import return
  12. True elif in try
  13. and else is while
  14. as except lambda with
  15. assert finally nonlocal yield
  16. break for not
  17. class from or
  18. continue global pass
  19.  
  20. Completed:
  21. http://www.techbeamers.com/using-python-random/#python-randrange
  22. http://www.techbeamers.com/python-keywords-identifiers-variables/#keywords-in-python
Advertisement
Add Comment
Please, Sign In to add comment