14 September, 2016

Print, not in paper, but in Python ;)

Hi guys, this is the video I made to explain how to print, the basic output.
In the video I forgot to explain it, but when you print text, you can do it in two ways:

   print("Hi")
or
   print ('Hi')
You can use any, but for example, if you have the next sentence <Don't eat that cookie!>, you can see that there is a ' inside the text, and the functions is going to interprete it like the end of the funcion, so it's better to use "".


Enjoy the video

#two #Runningoutoftime



No comments:

Post a Comment