Criado por Matt Burkes
mais de 6 anos atrás
|
||
find type of object?
Convert to Integer
covert to float
Convert to string
print results
less than
greater than
equal to
not equal to
length of a string
capitalize first letter of each word in a string
determine if each letter in a string is lowercase
count occurrences of a string within a string
return a list with each word in a string
count items in a list
greatest element of a list
smallest element of a list
sort elements in a list smallest to largest
sort elements in a list largest to smallest
find the total of the numbers in a list
add item to the end of a list
remove the last item of a list
remove specific items form a list
create a string using elements in a list
create a set
add item to a set
remove items form a set
create a tupple
Basic read from a file
Read from a file so it auto closes