Hướng dẫn write a python program to count number of lines words chars vowels and consonants from given file - viết một chương trình python để đếm số dòng từ ký tự nguyên âm và phụ âm từ tệp đã cho

Cải thiện bài viết

Lưu bài viết

  • Đọc
  • Bàn luận
  • Cải thiện bài viết

    Lưu bài viết

    Đọc

    Bàn luận

    • Trong bài viết này, chúng tôi sẽ tạo ra một chương trình Python đếm nguyên âm, dòng và một số ký tự có trong một tệp văn bản cụ thể.open() function in python.
    • Cách tiếp cận
    • Chúng ta phải mở tệp bằng hàm Open () trong Python.
    • Sau đó tạo ba biến, nguyên âm, dòng và ký tự để đếm số lượng nguyên âm, dòng và ký tự tương ứng.
    • Lập danh sách các nguyên âm để chúng ta có thể kiểm tra xem ký tự có phải là nguyên âm hay không.

    Khi số đếm đạt nhân vật & nbsp; ‘\ n, chúng ta phải tăng biến dòng của chúng ta có nghĩa là một dòng mới trong tệp.

    Python3

    Sau đó lặp lại các ký tự của tệp và đếm các nguyên âm, dòng và ký tự.

    Dưới đây là triển khai đầy đủ:

    def counting(filename):

    Các

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    3=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    5

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    7=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    5

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    1=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    5

    Các

    Các

            0     1    2     3

        4    5     1    2     8

        9

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    3txt_file 1= txt_file 3

        4txt_file 5     1txt_file 7     2

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    5=0

        9

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    1txt_file 1= txt_file 3

        (filename, 3(filename, 4(filename, 5(filename, 6(filename, 7(filename, 8

        4txt_file 5     1== =3=4

        (filename, 3(filename, 4

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    09(filename, 6(filename, 7
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    12

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    13
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    14
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    1

    Output:

    Number of vowels in  MyFile.txt  =  23    
    New Lines in  MyFile.txt  =  2
    Number of characters in  MyFile.txt  =  54

        9

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    7txt_file 1= txt_file 3

    Hướng dẫn write a python program to count number of lines words chars vowels and consonants from given file - viết một chương trình python để đếm số dòng từ ký tự nguyên âm và phụ âm từ tệp đã cho


    Điều kiện tiên quyết: Xử lý tập tin trong Python File Handling in Python

    Đưa ra một tệp văn bản fname, nhiệm vụ là đếm tổng số ký tự, từ, khoảng trắng và dòng trong tệp. Như chúng ta đã biết, Python cung cấp nhiều tính năng và mô-đun được xây dựng để xử lý các tệp. Hãy để thảo luận về các cách khác nhau để tính tổng số ký tự, từ, khoảng trắng và dòng trong một tệp sử dụng Python. & NBSP;

    Hướng dẫn write a python program to count number of lines words chars vowels and consonants from given file - viết một chương trình python để đếm số dòng từ ký tự nguyên âm và phụ âm từ tệp đã cho

    Nhận số lượng ký tự, từ, khoảng cách và dòng trong một tệp

    Cách tiếp cận ngây thơ để có được số lượng ký tự, từ, khoảng trống và dòng trong một tệp

    Trong cách tiếp cận này, ý tưởng là giải quyết nhiệm vụ bằng cách phát triển logic của chúng ta. Không sử dụng bất kỳ chức năng tích hợp nào của Python, tổng số ký tự, từ, khoảng trắng và dòng của tệp sẽ được tính toán. Dưới đây là việc thực hiện phương pháp trên. & NBSP;

    Python3

    def

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    17

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    19__
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    5

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    23=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    5

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    27=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    5

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    31=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    5

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    35open
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    37
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    38
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    39

        4    0

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    7    2
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    44

        9

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    23txt_file 1= txt_file 3

        9

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    51=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    53

        9    0

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    56    2
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    58

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    59    5
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    61=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    63 =0
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    51__

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    70
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    19txt_file 1= txt_file 3

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    70
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    51=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    78

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    59txt_file 5
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    81=__

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    70
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    31txt_file 1= txt_file 3

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    70
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    51=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    53

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    59    0
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    97    2
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    99

    Các

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    10
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    27txt_file 1= txt_file 3

        (filename, 3(filename, 4

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    18def7

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    20
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    21

        (filename, 3(filename, 4

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    25def7

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    20
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    28

        (filename, 3(filename, 4

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    32def7

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    20
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    35

        (filename, 3(filename, 4

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    39def7

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    20
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    42

        5

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    44==
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    47=4

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    50__
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    52

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    54=4

        4

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    57

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    59=4

        4(filename, 3(filename, 4

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    64
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    1

    Output:

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21

        Number of words in text file: 25 Number of lines in text file: 4 Number of characters in text file: 91 Number of spaces in text file: 2154=4

    Điều kiện tiên quyết: Xử lý tập tin trong Python

    Python3

    Đưa ra một tệp văn bản fname, nhiệm vụ là đếm tổng số ký tự, từ, khoảng trắng và dòng trong tệp. Như chúng ta đã biết, Python cung cấp nhiều tính năng và mô-đun được xây dựng để xử lý các tệp. Hãy để thảo luận về các cách khác nhau để tính tổng số ký tự, từ, khoảng trắng và dòng trong một tệp sử dụng Python. & NBSP;

    def

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    17

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    19__
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    5

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    23=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    5

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    27=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    5

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    31=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    5

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    35open
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    37
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    38
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    39

        4    0

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    7    2
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    44

        9

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    23txt_file 1= txt_file 3

        9

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    51=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    53

        9

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    23=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    23txt_file 1 txt_file 3

        9

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    19=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    19txt_file 1 def16def17

        9

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    27=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    27txt_file 1 def23__

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    10    5 def27txt_file 7     2 def35
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    63__

        9

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    31=
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    31txt_file 1

    def50    5 def47    2 def35

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    63def37

        (filename, 3(filename, 4

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    18def7

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    20
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    21

        (filename, 3(filename, 4

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    25def7

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    20
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    28

        (filename, 3(filename, 4def74def7

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    20
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    35

        (filename, 3(filename, 4def81def7

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    20
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    42

        5

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    44==
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    47=4

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    50__
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    52

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    54=4

        4

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    57

        

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    59=4

        4(filename, 3(filename, 4

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    64
    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21
    1

    Output:

    Number of words in text file:  25
    Number of lines in text file:  4
    Number of characters in text file:  91
    Number of spaces in text file:  21