Result Size: 625 x 571
demo_string_negativeindex.py:
x
 
b = "Hello, World!"
print(b[-5:-2])
C:\Users\My Name>python demo_string_negativeindex.py
orl