Hướng dẫn write a program to print even numbers from 1 to 20 in python - viết chương trình in các số chẵn từ 1 đến 20 trong python

Xem thảo luận

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

Lưu bài viết

  • Đọc
  • Bàn luận
  • Xem thảo luận

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

    Lưu bài viết

    Đọc

    Example:

    Bàn luận

    Cho các điểm bắt đầu và kết thúc, hãy viết một chương trình Python để in tất cả các số chẵn trong phạm vi đã cho. & NBSP; Print all even numbers from given list using for loop Define start and end limit of range. Iterate from start till the range in the list using for loop and check if num % 2 == 0. If the condition satisfies, then only print the number. 

    Python3

    Input: start = 4, end = 15
    Output: 4, 6, 8, 10, 12, 14
    
    Input: start = 8, end = 11
    Output: 8, 10

    4 6 8 10 12 14 
    8
    4 6 8 10 12 14 
    9
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    0

    Output:

    Ví dụ #1: In tất cả các số chẵn từ danh sách đã cho bằng cách sử dụng cho vòng lặp xác định và giới hạn kết thúc của phạm vi. Lặp lại từ bắt đầu cho đến phạm vi trong danh sách bằng cách sử dụng vòng lặp và kiểm tra xem num % 2 == 0. Nếu điều kiện thỏa mãn, thì chỉ in số. & Nbsp;

    IsExample #2: Taking range limit from user input 

    Python3

    4 6 8 10 12 14 

    & nbsp; Ví dụ #2: Lấy giới hạn phạm vi từ đầu vào của người dùng & nbsp;

    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    1
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    3
    4 6 8 10 12 14 
    1
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    5
    4 6 8 10 12 14 
    1____27
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    8

    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    9
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    3
    4 6 8 10 12 14 
    1
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    5
    4 6 8 10 12 14 
    1____35
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    8

    [4, 6, 8, 10, 12, 14]
    4
    4 6 8 10 12 14 
    9
    [4, 6, 8, 10, 12, 14]
    6
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    [4, 6, 8, 10, 12, 14]
    8
    [4, 6, 8, 10, 12, 14]
    9

    Output:

    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 

    for num in

    4 6 8 10 12 14 
    0
    [4, 6, 8, 10, 12, 14]
    1
    [4, 6, 8, 10, 12, 14]
    2
    Taking range limit user input and uses skip sequence number in range function which generates the all-even number. 

    Python3

    4 6 8 10 12 14 

    & nbsp; Ví dụ #2: Lấy giới hạn phạm vi từ đầu vào của người dùng & nbsp;

    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    1
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    3
    4 6 8 10 12 14 
    1
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    5
    4 6 8 10 12 14 
    1____27
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    8

    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    9
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    3
    4 6 8 10 12 14 
    1
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    5
    4 6 8 10 12 14 
    1____35
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    8

    Output:

    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 

    for num in
    4 6 8 10 12 14 
    0
    [4, 6, 8, 10, 12, 14]
    1
    [4, 6, 8, 10, 12, 14]
    2

    Python3

    4 6 8 10 12 14 
    8
    [4, 6, 8, 10, 12, 14]
    6 num
    [4, 6, 8, 10, 12, 14]
    8

    Ví dụ#3 Lấy phạm vi giới hạn đầu vào của người dùng và sử dụng số chuỗi bỏ qua trong hàm phạm vi tạo ra số luôn luôn. & NBSP;

    [4, 6, 8, 10, 12, 14]
    4
    4 6 8 10 12 14 
    05

    4 6 8 10 12 14 
    8
    4 6 8 10 12 14 
    9
    4 6 8 10 12 14 
    08
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    [4, 6, 8, 10, 12, 14]
    8
    [4, 6, 8, 10, 12, 14]
    9

    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    1
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2 for8
    [4, 6, 8, 10, 12, 14]
    2
    [4, 6, 8, 10, 12, 14]
    3
    [4, 6, 8, 10, 12, 14]
    6 num 2
    [4, 6, 8, 10, 12, 14]
    3

    4 6 8 10 12 14 
    18
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    4 6 8 10 12 14 
    2
    4 6 8 10 12 14 
    21
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    4 6 8 10 12 14 
    4

    4 6 8 10 12 14 
    24

    num 6
    4 6 8 10 12 14 
    9num 8___

    Python3

    4 6 8 10 12 14 
    25
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    4 6 8 10 12 14 
    2
    4 6 8 10 12 14 
    28
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    4 6 8 10 12 14 
    4

    4 6 8 10 12 14 
    31
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    4 6 8 10 12 14 
    33

    Phương pháp: Sử dụng đệ quy & nbsp;

    4 6 8 10 12 14 
    8
    4 6 8 10 12 14 
    43

    in9

    4 6 8 10 12 14 
    00

    4 6 8 10 12 14 
    9
    4 6 8 10 12 14 
    59

    4 6 8 10 12 14 
    8
    [4, 6, 8, 10, 12, 14]
    6
    4 6 8 10 12 14 
    03

    [4, 6, 8, 10, 12, 14]

    4 6 8 10 12 14 
    8
    4 6 8 10 12 14 
    05
    4 6 8 10 12 14 
    14
    [4, 6, 8, 10, 12, 14]
    2
    4 6 8 10 12 14 
    6
    4 6 8 10 12 14 
    17

    Python3

    Phương pháp: Sử dụng hàm Lambda & NBSP;

    4 6 8 10 12 14 
    9
    4 6 8 10 12 14 
    1
    4 6 8 10 12 14 
    84
    4 6 8 10 12 14 
    85

    for
    4 6 8 10 12 14 
    35in
    4 6 8 10 12 14 
    0
    4 6 8 10 12 14 
    38
    [4, 6, 8, 10, 12, 14]
    2
    [4, 6, 8, 10, 12, 14]
    3
    4 6 8 10 12 14 
    7

    Python3

    4 6 8 10 12 14 
    25
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    4 6 8 10 12 14 
    2
    4 6 8 10 12 14 
    28
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    4 6 8 10 12 14 
    4
    4 6 8 10 12 14 
    92
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    4 6 8 10 12 14 
    33

    Phương pháp: Sử dụng đệ quy & nbsp;

    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    03
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    04

    in9

    4 6 8 10 12 14 
    00

    4 6 8 10 12 14 
    8
    [4, 6, 8, 10, 12, 14]
    6
    4 6 8 10 12 14 
    03

    [4, 6, 8, 10, 12, 14]

    4 6 8 10 12 14 
    8
    4 6 8 10 12 14 
    05
    4 6 8 10 12 14 
    14
    [4, 6, 8, 10, 12, 14]
    2
    4 6 8 10 12 14 
    6
    4 6 8 10 12 14 
    17

    Python3

    4 6 8 10 12 14 
    25
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    4 6 8 10 12 14 
    2
    4 6 8 10 12 14 
    28
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    4 6 8 10 12 14 
    4

    Phương pháp: Sử dụng đệ quy & nbsp;

    in9

    4 6 8 10 12 14 
    00

    4 6 8 10 12 14 
    8
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    44

    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    03num 4
    [4, 6, 8, 10, 12, 14]
    3

    4 6 8 10 12 14 
    8
    4 6 8 10 12 14 
    9
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    50
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    [4, 6, 8, 10, 12, 14]
    8
    [4, 6, 8, 10, 12, 14]
    9

    4 6 8 10 12 14 
    8
    [4, 6, 8, 10, 12, 14]
    6
    4 6 8 10 12 14 
    03

    Python3

    4 6 8 10 12 14 
    8
    4 6 8 10 12 14 
    05
    4 6 8 10 12 14 
    14
    [4, 6, 8, 10, 12, 14]
    2
    4 6 8 10 12 14 
    6
    4 6 8 10 12 14 
    17

    4 6 8 10 12 14 
    25
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    4 6 8 10 12 14 
    2
    4 6 8 10 12 14 
    28
    Enter the start of range: 4
    Enter the end of range: 10
    4 6 8 10 
    2
    4 6 8 10 12 14 
    4

    Phương pháp: Sử dụng hàm Lambda & NBSP;

    for

    4 6 8 10 12 14 
    35in
    4 6 8 10 12 14 
    0
    4 6 8 10 12 14 
    38
    [4, 6, 8, 10, 12, 14]
    2
    [4, 6, 8, 10, 12, 14]
    3
    4 6 8 10 12 14 
    7

    4 6 8 10 12 14 
    44___

    Output:

    [ 4  6  8 10 12 14]

    Làm thế nào để bạn in số thậm chí từ 1 đến 10 trong Python?

    Sử dụng vòng lặp WHE với IF Statement Điều kiện I % 2 == 0 Sau đó chỉ in 10 số chẵn đầu tiên trong Python. then only print the first 10 even numbers in Python.

    Làm thế nào để bạn in các số chẵn trong Python?

    Xem ví dụ này: num = int [input ["nhập một số:"]] if [num % 2] == 0: print ["{0} là số chẵn".print["{0} is Even number".

    Làm thế nào để bạn in các số chẵn trên một dòng trong Python?

    15 cách để in số chẵn trong Python..
    Chỉ với một bản in.Cách đơn giản nhất là: in [0,2,4,6,8,10].
    Cho vòng lặp.Phương pháp đầu tiên xuất hiện trong tâm trí tôi: Đối với tôi trong phạm vi [0,11,2]: ....
    Cho và % cho tôi trong phạm vi [11]: ....
    Máy phát điện và % in [[i cho i trong phạm vi [11] nếu i % 2 == 0]].
    Máy phát điện và nhị phân.....
    BitWise và ..

    Bài Viết Liên Quan

    Chủ Đề