
Pratik S. answered 02/19/23
Tutor
5
(20)
Software Engineer with Bachelors in Computer Engineering
#initialize variable
hello_str = "hello python"
#use the .upper() method to convert it and print() to output the result
print(hello_str.upper())