python_string_negativeindex.py:
x
 
b = "Hello, World!"
print(b[-5:-2])