Posts by paco • 8 points
2 posts
-
-4
votes1
answer22
views -
0
votes2
answers48
viewsA: Python: upper and Lower function do not work
I believe you need to declare a new variable by passing the name.upper() in this new and then print or then put the function upper() directly inside the print to work. What is happening is that you…