This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
python_reference [2013/06/02 08:55] sandeep |
python_reference [2018/03/24 11:13] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Python Reference ====== | ====== Python Reference ====== | ||
| ===== String Reference ===== | ===== String Reference ===== | ||
| + | [[http://docs.python.org/2.7/library/string.html|Click here for Python String Docs]] | ||
| ==== String Reverse ==== | ==== String Reverse ==== | ||
| <code python> | <code python> | ||
| Line 17: | Line 18: | ||
| ===== Others ===== | ===== Others ===== | ||
| ==== Random ==== | ==== Random ==== | ||
| + | [[http://docs.python.org/2.7/library/random.html?highlight=random#random|Python Random Docs]] | ||
| <code python> | <code python> | ||
| import random | import random | ||