Python - Kommentar Prparer LA -Kapitalisierung

string = "this is a string."  uppercasestring = string.upper()  print(uppercasestring)
thecodeteacher