hi guys im beginner on python plz help me why it doesnt work? n=i=j=0 n=input('number=' ) i=n j=n-1 while j>=1: i=i*j j=j-1 print(i) TypeError: unsupported operand t...