[Solved] Python – Is there a way to use a greater than operator that is not a comparison operator?


All you need to do is print (sentence[2:])
For future reference and research, it is called slice.

solved Python – Is there a way to use a greater than operator that is not a comparison operator?