Computer Science, asked by vaibshu1110, 10 months ago


WAP to accept a value from user and print values are same if it is equal to 25​

Answers

Answered by bhaisora9
0

Answer:

i dont really know the answer but ot must be up to mark

Answered by Anonymous
0

Answer:

its a python program

Explanation:

#program to accept a value and check for the given condition

n=int(input("enter a value"))

if n==25:

  print("values are same")

else:

  print("values are not same")

#HOPE IT HELPS YOU

PLEASE MARK BRAINLIEST

Similar questions