Jump to content

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

imported>Jesstess
imported>Jesstess
Line 287:
 
<pre>
string =print len("Hello")
len(string)
print len("")
fish = "humuhumunukunukuapuaʻa"
print "The length of triskaidekaphobia is", len("triskaidekaphobia")
print fish, "is a Hawaiian fish whose name is ", len(fish), "letters long."
</pre>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.