Strings are printed without quotes, and a space is inserted inbetween : String Output « String « Python






Strings are printed without quotes, and a space is inserted inbetween

Strings are printed without quotes, and a space is inserted inbetween
 
    
i = 256 * 256
print 'The value of i is', i


           
         
  

Related examples in the same category

1.Two ways to write a table of squares and cubes