🌈 搜索
📅  最后修改于: 2022-03-11 14:46:54.586000             🧑  作者: Mango
my_str = "Hello World" my_str.lower() print(my_str) # outputs "hello world" on the terminal