Python Programming - Reading and Writing Files - Discussion
Discussion Forum : Reading and Writing Files - General Questions (Q.No. 69)
69.
How can you read and print the lines containing at least three digits from a file named "text.txt"?
Answer: Option
Explanation:
Using
sum(c.isdigit() for c in line)
to count digits in each line.
Discussion:
Be the first person to comment on this question !
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers