0

can i print something in python even if i don't use the "print()" command?.

10th Oct 2016, 5:42 AM
Andresgallo10
Andresgallo10 - avatar
2 Respostas
0
>>>"Hi, I am Brandon, and this is Jackass" This code will print 'Hi, I am Brandon, and this is Jackass'. As you see, is not necesary tho
10th Oct 2016, 5:44 AM
German Martinez
German Martinez - avatar
0
As the 6th section of the Python course says, you can use the >>> if you want to print a STRING
10th Oct 2016, 5:54 AM
Andres Camilo Cortes
Andres Camilo Cortes - avatar