Click here to Skip to main content
15,912,072 members

Comments by Rushabh.Padalia (Top 1 by date)

Rushabh.Padalia 6-Sep-12 12:20pm View    
I tried this


#!/usr/bin/python
def pri():
for letter in 'Python': # First Example
print 'current Letter :' , letter

But there was no output on the browser