Python Question / Quiz; What is the output of the following Python code, and why? 🤔🚀 Comment your answers below! 👇 #python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #ai #ml #machinelearning #datascience
5
10
46
3K
10
Download Image
@Python_Dv # A) (1, 2, 3, 4, 5, 6)
@Python_Dv >>> print((1,2,3,4)+(5,6)) (1, 2, 3, 4, 5, 6)