Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

vs code notes extension

#!/usr/bin/python

for letter in 'Python': 
   if letter == 'h':
      pass
      print 'This is pass block'
   print 'Current Letter :', letter

print "Good bye!"
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #code #notes #extension
ADD COMMENT
Topic
Name
5+6 =