ProjectWithSourceCodes
365 subscribers
89 photos
5 videos
19 files
572 links
Projects with source code | Android | Java | LLM | Python | Ai | JSP | Php |

Website https://updategadh.com
Admin https://t.me/Rishabhsaini0204
New project
https://www.youtube.com/c/decodeit2
Download Telegram
Title: Code Quiz Time – Can You Answer This?

Post: Question:
What will be the output of this Python code?

def func(x=[]):
x.append(1)
return x

print(func())
print(func())

Options:
A. [1], [1]
B. [1], [1, 1]
C. Error
D. None of the above

Comment your answer & why!
First 3 correct replies get a shoutout on the channel!

#PythonQuiz #CodeChallenge #StudentsEngage@Projectwithsourcecodes