Ask a Question
Python coding
Def func(x) i =[1]
For i in range(x) :
I append (i+1)
Func (2)
Func ([3,2,1)
Func (3)
In Python what would be the output in each case.
Python coding
Def func(x) i =[1]
For i in range(x) :
I append (i+1)
Func (2)
Func ([3,2,1)
Func (3)
In Python what would be the output in each case.
Fuel your ambition, discover your passion and achieve your professional goals with LetsUpgrade.
Sign Up Now