ceil() - returns the smallest integer not less than num, sqrt - returns the square root of the number, fabs() - returns the absolute value of num, floor() - returns the largest integer not greater than num, pow() - returns base raised to exp power, capitalize() - returns copy of string with its first character capitalized, isalnum() - returns true if character in the string are alphanumeric and there is at least one character, false otherwise, isdigit() - returns true if all characters in the string are digits. There must be at least one digit, otherwise returns false, upper() - returns copy of string converted to uppercase, title() - returns title cased version of string where words starts with an uppercase character and the remaining character are lowercase, lstrip() - returns copy of string with leading characters removed, rstrip() - returns copy of string with trailing characters removed, swapcase() - returns a copy of string with uppercase characters converted to lowercase and vice versa, istitle() - returns true if the string is in title case, lower() - returns a copy of string converted to lowercase.,

Math and string functions-Python Class 11

Leaderboard

Visual style

Options

Switch template

Continue editing: ?