Below you can find three code snippets with different comments. Unfortunately, all of them are bad! Match each code label with the explanation.
Code snippet A:
month = 'June' # this variable contains the month
print('I was born in', month)
Code snippet B:
p = 50 # the age of a person
print('His age is', p)
Code snippet C:
counter += 4 #inсrease the counter