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