Time:09-27
CodePudding user response:
small white help , please have bosses can help ~ ~ ~ ~
M=int (input (' please enter the number M: ')) N=int (input (' please enter the number N: ')) Print (M + N, end=' ')) # summation, print () function of the end parameter after printing the separator, the default is a newline, here to space Print (M * N, end=' ')) # product Print (M * * N, end=' ')) # N power, * * said power operationPrint (N, M % end=")), # o % said more than o
Page link:https//www.codepudding.com/other/35367.html