num1=input("Enter the odd:")
num2=input("Enter the even:")
print("The number is even")
print("The provide is odd")
print(num1,num2)
o/p
Enter the odd:6
Enter the even:7
The provide is odd
The number is even
6 7
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)