Python Programming Quiz Python Programming Quiz - Level 1Attend this Quiz to test your knowledge on Python Programming language. What will be the output of the following code?x = [1, 2, 3]y = x y.append(4)print(x) Check Oops ! Try againGreat Job!Both x and y refer to the same list in memory.a = "hello" b = a.upper() print(a, b) Check Oops! Try again.Great job!Your score isThe average score is 10% 0% Restart quiz
Top 5 Amazing Mini Python Projects for kids 4 Comments / Python Programming for kids, Quiz / By Komal