🌈 搜索
📅  最后修改于: 2022-03-11 14:45:36.810000             🧑  作者: Mango
your_string = "hello" your_string = your_string[:-1] # this removes the last character from your string