print

PythonF

Print Odd or Even

The program must accept an integer N as the input. The program must print Odd if N is odd. Else the program must…
PythonF

Print 2N and 4N

The program must accept an integer N as the input. The program must print 2N and 4N as the output. Please fill…