Hints: Provide hints after a certain number of wrong guesses, such as whether the number is even or odd.

avinash_mathi_483b018e36b

Avinash Mathi

Posted on August 15, 2024

Hints: Provide hints after a certain number of wrong guesses, such as whether the number is even or odd.

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

πŸ’– πŸ’ͺ πŸ™… 🚩
avinash_mathi_483b018e36b
Avinash Mathi

Posted on August 15, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related