Boston Python Workshop 3/Friday/Tutorial: Difference between revisions

imported>Jesstess
imported>Jesstess
Line 291:
</pre>
 
Like the <code>type</code> function from before, the <code>str</code> function takes 1 argument, in the example the integer 1. <code>str</code> takes in a Python object as input and produces a string version of that input as output.
 
====String length====
Anonymous user