Get nth character of string

Write a function that takes a string a and a number n as arguments. Return the nth character of a.
Python
Setting up Python environment...
Output