What will be the output of the following Python code?def show(id,name):Your id is: 12 and your name is: deepak

🎲 Try a Random Question  |  Total Questions in Quiz: 71  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Python Practice Test 2 — practice the complete quiz, review flashcards, or try a random question.

Related Python tests:

Python Fundamentals Test

Python Programming Test

PYTHON Practice Test

Advanced Python Practice Test


What will be the output of the following Python code?<br><pre class='i3-code'><span style='color: #008800; font-weight: bold'>def <span style='color: #0066BB; font-weight: bold'>show(<span style='color: #007020'>id,name):Your id is: 12 and your name is: deepak