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