By Emmanuelle Delescolle
It can also be writing code and publishing it on github with an open-source licence
$ python
Python 2.7.12 (default, Jul 1 2016, 15:12:24)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> print 'Hello world'
Hello world
>>>
Someone with basic programming knowledge
People with experience in C
Windows users
Mac users
*nix users
Someone with web development knowledge
Someone with a scientific background
Teachers
If you might be offended by swearing, please skip the next video
SyntaxError: Missing parentheses in call to 'print'
Question
By Code Ninja on Sept. 18
Hey,
I tried running your code and I get this error: