Python Data Science Jobs & Interviews
20.3K subscribers
188 photos
4 videos
25 files
326 links
Your go-to hub for Python and Data Science—featuring questions, answers, quizzes, and interview tips to sharpen your skills and boost your career in the data-driven world.

Admin: @Hussein_Sheikho
Download Telegram
Interview question

What is the output of the following code?
def my_func():
return "hello", "world"

result = my_func()
print(type(result))

Answer:
<class 'tuple'>

tags: #python #interview #coding #programming #function #returnvalues #tuple #dev

By: t.iss.one/DataScienceQ 🚀