I have the following string: "aaaabbbb"
"aaaabbbb"
How can I get the last four characters and store them in a string using Python?
← Назад к списку