Printing string ,variable and constant

Photo of author

By Jackson Taylor

Program print ‘hello’; #prints a string a=2;print a;  #prints a variable print 55;   #prints a constant
YouTube video
See also
What Does a Negative Voltage Mean? Understanding Electrical Potential in Circuits