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

-1

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

exampleString = "This is an example sentence"
print(exampleString[2])
Posted by: Guest on October-13-2020

Code answers related to "how to print the 3erd character of an input in python"

Python Answers by Framework

Browse Popular Code Answers by Language