Ready Reckoner of Functions
Ready Reckoner of Functions
OF FUNCTIONS
Some Basic Functions
2
Random Modules :
▪ random() → Returns a random number in the range 0 to 1 (0 inclusive,1 exclusive)
▪ randint(a,b) → Returns an integer as output in the given range
▪ randrange(<start>,<stop>,<step>) → Returns random numbers in the given range
String Manipulation Functions and Methods 5