Community Data Science Workshops (Fall 2014)/Day 0 tutorial: Difference between revisions

Content added Content deleted
(Bolded the fact that this is a python prompt after answering the same question >1 times.)
imported>Ben zen
m (→‎String length: Unicode is evil.)
Line 224:
len("Hello")
len("")
fish = "humuhumunukunukuapuaʻahumuhumunukunukuapua'a"
name_length = len(fish)
fish + " is a Hawaiian fish whose name is " + str(name_length) + " characters long."