What will be the output of the following Python code snippet?
test = {1:'A', 2:'B', 3:'C'}test = {} print(len(test))
निम्नलिखित Python कोड स्निपेट का आउटपुट क्या होगा?
A. 0
B. None कोई नहीं
C. 3
D. An exception is thrown एक एक्सेप्शन फेंक दिया जाता है