FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the output of the following Phyton’s code? »> def square(x):return x*x »> def square(x):return x*(x-1) + x »> print (square(8))
A
84
B
46
C
56
D
64
Explanation: 
There is 1 question to complete.