' '
or " "
)."hello"
and " hello"
are two different string values. len()
is a function. A function does some useful work on the an input (content inside the bracket; in this case, the string "hello"
) and outputs something (e.g. an integer showing the length of the string)