original = Hello, World!  #both of these work upper = original.upper() upper = upper(original)

Read more of this post