• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu

Q&A Discussions

what is the output of def func(x): res = 0 for i in range(x): res += i return res print(func(4))?
python
-11 Votes
17 Answers
7th Jun 2018, 2:21 PM
Saurav nalla
I don't understand, why result is 6 def func(x): res=0 for i in range(x): res+= i return res print (func (4))
python
3 Votes
16 Answers
8th Sep 2016, 12:47 PM
Giorgi
def func(x): res = 0 for i in range(x): res += i return res print(func(7))
function-argumentsmodules
0 Votes
2 Answers
12th Aug 2020, 7:46 AM
Shubham Kumar
Shubham Kumar - avatar
Function output
deffunc(a)func(x):print(a)x=1
0 Votes
5 Answers
12th Feb 2020, 8:35 PM
Sinan
explanation plzzzz!!!
+==0defforfunc(x):iinrange(x):res
0 Votes
2 Answers
20th Mar 2019, 8:48 AM
Azfar
Azfar - avatar
Hot today
Java IDE for building a game.
1 Votes
Best programming languages to get a job fast ?
0 Votes
Certificates
0 Votes
How can A.I be used for social media manager ?
0 Votes
Regarding platform
1 Votes
Inquiry for img code
0 Votes