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