Python - Комментарий Prparer La Капитализация

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