Script
#!/usr/local/bin/python3.1
fhand = open('famous-indian-players')
count = 0
for line in fhand:
count = count + 1
print("Line count: ", count)
#!/usr/local/bin/python3.1
fhand = open('famous-indian-players')
count = 0
for line in fhand:
count = count + 1
print("Line count: ", count)
Execution
Line count: 20
Additional data
ptqn454.us.company.com: /scripts >
ptqn454.us.company.com: /scripts > cat famous-indian-players
Kapil Dev
Rahul Dravid
B.S. Chandrasekhar
Sachin Tendulkar
Anil Kumble
Gundappa Viswanath
Mohammed Azharuddin
VVS Laxman
Sunil Gavaskar
Dilip Vengsarkar
Zaheer Khan
Harbhajan Singh
Javagal Srinath
Erapalli Prasanna
Virender Sehwag
Bishen Singh Bedi
Syed Kirmani
Erapalli Prasanna
Virat Kohli
Sourav Ganguly
ptqn454.us.company.com: /scripts >
ptqn454.us.company.com: /scripts >
No comments:
Post a Comment