0

What is the meaning of n!= 1

28th Nov 2018, 12:08 AM
priyanshu verma
priyanshu verma - avatar
3 ответов
+ 2
It could also be a comparison operator. != means 'not equal to' https://data-flair.training/blogs/python-comparison-operators/
28th Nov 2018, 3:00 AM
David Ashton
David Ashton - avatar
0
The python != ( not equal operator ) return True, if the values of the two Python operands given on each side of the operator are not equal, otherwise false . http://net-informations.com/python/iq/not.htm
17th Mar 2020, 6:46 AM
rahul kumar
rahul kumar - avatar
- 2
It's called factorial!! It's a part of mathematics!! There are rules of factorial..if you learn that then you can understand the answer why n!=1. Tutorial for learning factorial!!😊 Wikipedia: https://en.m.wikipedia.org/wiki/Factorial Math is fun: https://www.mathsisfun.com/numbers/factorial.html
28th Nov 2018, 1:18 AM
AL Araf
AL Araf - avatar