Python | 程序打印列表中所有可被M和N整除的数字

给定一个包含整数的列表和M、N,本篇博客介绍了如何用Python遍历列表,检查并打印出同时能被M和N整除的数字。程序示例和输出结果也进行了展示。
摘要由CSDN通过智能技术生成

Given a list of the integers and M, N and we have to print the numbers which are divisible by M, N in Python.

给定整数和MN的列表,我们必须打印在Python中可被MN整除的数字。

Example:

例:

    Input:
    List = [10, 15, 20, 25, 30]
    M = 3, N=5

    Output:
    15
    30

To find and print the list of the numbers which are divisible by M and N, we have to traverse all elements using a loop, and check whether the number is divisible by M and N, if number is divisible by M and N both print the number.

要查找并打印可被M和N整除的数字列表,我们必须使用循环遍历所有元素,并检查数字是否可被M和N整除,如果数字可被M和N整除,则都将打印数。

Program:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值