#!/usr/bin/python3 str = "this is string example....wow!!!" print ("Length of the string: ", len(str))