Python - Komentar Prparer La Kapitalisasi

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