0
Solved# Survey data format in coding for data
text = input() #convert to uppercase upper_text =text.upper() #display on the screen print(upper_text)
3 Antworten
+ 3
Christian Francis
Variable name can never contain special character except underscore. So just remove () from the variable name.
+ 1
Well it looked right to me
0
I did thank you guys