Следующий пример показывает использование метода lower(). #!/usr/bin/python3 str = "ЭТО ПРИМЕР СТРОКИ....WOW!!!" print (str.lower()) ...
確定! 回上一頁