What is the output of following code
x = [10, 20, 30] print(x * 0)
निम्नलिखित कोड का आउटपुट क्या होगा?