Python Basics1


x=10
if(x==10) :
 print("x value is 10");
else :
 print("x value is not 10");

Comments

Popular posts from this blog

Swayamvar Program In Python

VALDATION IN JAVASCRIPT