Request New Subject
Home
Computer Science Engineering (CSE)
Python Programming
Q. What will be displayed by the following code?def f(value, values): v = 1 values[0] = 44t = 3v = [1, 2, 3]f(t, v)print(t, v[0]) (Solved)
1. 1 1
2. 1 44
3. 3 1
4. 3 44
d. 3 44
Related Topics
→ Computer Architecture and Organization
→ Microprocessor and Interfacing Technique
→ Computer Networks
→ Data Structure and Algorithms (DSA)
→ Operating System (OS)
→ Artificial Intelligence and Robotics (AIR)
→ Software Project Management (SPM)
→ Computer Fundamentals
→ High Performance Computing (HPC)
→ Data Communication and Computer Network
Subscribe Now
Get All Updates & News
Subscribe