Computer Science, asked by Jaillesh, 1 year ago

maximum number in the given list using function in python

Answers

Answered by killswitch
0
the anser is

<variable>=max(<number1 or variable 1>,<number 2or variable 2>and so on)

eg where x =8
L=max(3,6,x)

now value of L will be 8



thank u
hope it helped u
Similar questions