# Write code to split a string at uppercase letters # using regular expression, # and print them as string # Example, a string "IWillDoMorePractice" # will result in "I Will Do More Practice"