print command : Print « Language Basics « Python






print command

print command
 

print "HI"

raw_input("\n\nPress the enter key to exit.")


           
         
  








Related examples in the same category

1.print accepts various data typesprint accepts various data types
2.A trailing comma avoids the newline after the output: