Let's explore some cool string methods and Jupyter Notebook tricks!
message = "hello, world!"
print(message.upper())
message = "SHHH, IT'S A SECRET!"
print(message.lower())
message = "python is awesome"
print(message.capitalize())
Make your Python learning journey smoother with these Jupyter Notebook shortcuts:
Did you know? The name Python comes from "Monty Python's Flying Circus", not the snake! đđ