Convert a string to uppercase

 string = "hello world"

uppercase_string = string.upper()

print("The uppercase string is", uppercase_string)


Comments

Popular posts from this blog

Simple Python Program Code for Snake Game

Iris Flowers Classification ML Project with Code

Linear Regression Model for House Price Prediction in Python