Computer Science, asked by jms990063, 8 hours ago

WAP in python to print NAMASTE BHARAT​

Answers

Answered by CopyThat
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