Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get nth character of string python

string = "hello world"
print string[4]
//o
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #nth #character #string #python
ADD COMMENT
Topic
Name
8+9 =