[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/ishida66/Examples/master/Python/StringLength.py [Back]  [Original]

#!/usr/bin/python

a = "teststring"
print str(len(a))

Web Proxy Viewer  |  New URL  |  Original Page