Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python with braces

for ii in range(10) {
    print(ii);
    print("which is %s" % (['even','odd'][ii % 2]));
}
Source by writeonly.wordpress.com #
 
PREVIOUS NEXT
Tagged: #python #braces
ADD COMMENT
Topic
Name
8+6 =