I'm pretty sure the answer is b
Google Analytics, this is a common one but there are others that do the same thing.
Answer:
C.A subscript cannot be an expression
Explanation:
The option C (A subscript cannot be an expression) is false
Answer:
user_name = input("input user name: ")
print(len(user_name))
Explanation:
input - input function in python
len - length of value
print - print data