+ 1
29th Sep 2017, 4:59 PM
Jyoti Rane
Jyoti Rane - avatar
2 Answers
+ 5
By print statement you can print any string or any number in python. For example:- in python 3 it looks like this almost if sting you have to use "..." double quotes or '..'single quotes // no difference >>> print ('Hello Python...') // which gives you >>> 'Hello Python' // but in any number don't use quotes as they are not strings : >>> print (24) // which gives you >>> 24
29th Sep 2017, 5:12 PM
Vansh
Vansh - avatar
29th Sep 2017, 5:28 PM
Oma Falk
Oma Falk - avatar