Sunday, December 4, 2016

blog 31

What does this program print?

my_string = "hello"
bad_index = len(my_string)
print (bad_index)

14 comments: