PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
SALE
This blog is available for sale. More than 150 published articles. Please 'contact us' if interested.
Advertise with us
Python Multiple Choice Questions
Suppose t = (1, 2, 4, 3), which of the following is incorrect?
A. print(t[3])
B. t[3] = 45
C. print(max(t))
D. print(len(t))
Show Answer
Next Question
Correct Answer:
B
Explanation: Values cannot be modified in the case of tuple, that is, tuple is immutable.
© 2022-2023 Python Circle
Contact
Sponsor
Archive
Sitemap