Assume that two variables, varA and varB, are assigned values, either numbers or strings.. . Write a piece of Python code that prints out one of the following messages:. . Choices: A.\"string involved\" if either varA or varB are strings. . B.\"bigger\" if varA is larger than varB. .C. \"equal\" if varA is equal to varB. .