Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

As a general rule in python

{ is replaced with : (and add the indentation) 
For example, instead of if(condition){ } else{}
in python we go 
if condition:
   
else:
  
 
PREVIOUS NEXT
Tagged: #As #general #rule #python
ADD COMMENT
Topic
Name
1+7 =