WAP in python to print NAMASTE BHARAT
Answers
Answered by
4
Program:
print("NAMASTE BHARAT")#print statement prints NAMASTE BHARAT.
- The syntax to print the message with the help of print function is "print("message").
Similar questions