Text in Großschrift oder Kleinschrift
| ID | 240 |
|---|---|
| Link Reference | Not set |
| Link Credits | Not set |
| Link Technical Documentation | Not set |
| PlCodelang | Python |
| PlGroup | Strings |
| PlItemTitle | Text in Großschrift oder Kleinschrift |
| Code | myString = "my lovely Mr Singing Club" print myString.upper() // MY LOVELY MR SINGING CLUB print myString.lower() |
| Result Example |