Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to print the 3erd character of an input in python

exampleString = "This is an example sentence"
print(exampleString[2])
 
PREVIOUS NEXT
Tagged: #print #character #input #python
ADD COMMENT
Topic
Name
1+8 =