I have problem in changing a string into uppercase with Python. In my research, I got string.ascii_uppercase but it doesn’t work. The following code: >>s="sdsd" >>s.ascii_uppercase Gives this error...
  • April 21, 2022
  • 0 Comments