当前位置: 首页 > news >正文

东莞网站建设做网站软文广告文案

东莞网站建设做网站,软文广告文案,想学做网站要去哪里学,做水果网站需要多钱实例1:判断4位回文数 所谓回文数,就是各位数字从高位到低位正序排列和从低位到高位逆序排列都是同一数值的数,例如,数字1221按正序和逆序排列都为1221,因此1221就是一个回文数;而1234的各位按倒序排列是43…

实例1:判断4位回文数

所谓回文数,就是各位数字从高位到低位正序排列和从低位到高位逆序排列都是同一数值的数,例如,数字1221按正序和逆序排列都为1221,因此1221就是一个回文数;而1234的各位按倒序排列是4321,4321与1234不是同一个数, 因此1234就不是一个回文数。

本实例要求编写程序,判断输入的4位整数是否是回文数。

实例目标

  1. 掌握if-else语句的用法

实例分析

判断一个4位数是否是回文数,可以将这个4位数进行拆分,并进行重新组合,比较重新组合后的大小与原数大小是否相等,如果相等则该数为回文数,如果不相等,则该数不是回文数。例如,abcd是一个4位数,使用(abcd/1000)方式获取千位上的数字、使用(abcd/100%10)方式获取百位上的数字、使用(abcd/10%10)获取十位上的数字、使用(abcd%10)获取个位上的数字,根据回文数规则可以使用d*1000+c*100+b*10+a表示重新组合的数字,如果abcd与dbca值相等,那么它就是一个回文数,如果abcd与dbca值不相等,那么它就不是回文数。

代码实现

palindrome_num = int(input("请输入一个四位数:"))

single = int(palindrome_num / 1000)

ten = int(palindrome_num / 100 % 10)

hundred = int(palindrome_num / 10 % 10)

ths = int(palindrome_num % 10)

reverse_order = ths * 1000 + hundred * 100 + ten * 10 + single

if palindrome_num == reverse_order:

    print(palindrome_num,"是回文数")

else:

    print(palindrome_num,"不是回文数")

首先使用input()函数接收输入的四位数、使用int()函数将接收的数据换为int类型并赋值给变量palindrome_num,然后对输入的四位数进行拆分分别将个位数字、十位数字、百位数字、千位数字赋给变量single、ten、hundred、ths,接着将获取到的数字按照回文数的特点重新组合一个新的四位数并赋值给变量reverse_order,最后使用if-else语句判断变量reverse_num的值与变量palindrome_num的值是否相等,如果相等,则为回文数。

代码测试

运行代码,控制台输出结果如下(是回文数):

请输入一个四位数:1221

1221 是回文数

运行代码,控制台输出结果如下(不是回文数):

请输入一个四位数:1200

1200 不是回文数


文章转载自:
http://dinncogustative.tpps.cn
http://dinncooversail.tpps.cn
http://dinncogarefowl.tpps.cn
http://dinncoruapehu.tpps.cn
http://dinncobeerhouse.tpps.cn
http://dinncoalleviation.tpps.cn
http://dinncointerconnect.tpps.cn
http://dinncospifflicate.tpps.cn
http://dinncosooth.tpps.cn
http://dinncosteepy.tpps.cn
http://dinncointellectual.tpps.cn
http://dinncosebs.tpps.cn
http://dinncoepistaxis.tpps.cn
http://dinncopute.tpps.cn
http://dinncofingerful.tpps.cn
http://dinncolimation.tpps.cn
http://dinncohomeplace.tpps.cn
http://dinncosibyl.tpps.cn
http://dinncorecusant.tpps.cn
http://dinncoconcubine.tpps.cn
http://dinncofungous.tpps.cn
http://dinncoaerosphere.tpps.cn
http://dinncoretractation.tpps.cn
http://dinncomexican.tpps.cn
http://dinncolararium.tpps.cn
http://dinncoeverglade.tpps.cn
http://dinncoandromedotoxin.tpps.cn
http://dinncochocho.tpps.cn
http://dinncoliebfraumilch.tpps.cn
http://dinncoaiglet.tpps.cn
http://dinncoshalloon.tpps.cn
http://dinncocornhusker.tpps.cn
http://dinncoapologize.tpps.cn
http://dinncohaemodynamics.tpps.cn
http://dinncocontinency.tpps.cn
http://dinncocasebearer.tpps.cn
http://dinncountransferable.tpps.cn
http://dinncoregentship.tpps.cn
http://dinncotympanic.tpps.cn
http://dinncocrinoline.tpps.cn
http://dinncoluxury.tpps.cn
http://dinncounslum.tpps.cn
http://dinncodisrupt.tpps.cn
http://dinncodesmosome.tpps.cn
http://dinncosuxamethonium.tpps.cn
http://dinncodoghole.tpps.cn
http://dinncomyristate.tpps.cn
http://dinncopolenta.tpps.cn
http://dinncocabman.tpps.cn
http://dinncoeffusiveness.tpps.cn
http://dinncobeside.tpps.cn
http://dinncosnuffers.tpps.cn
http://dinncointelligence.tpps.cn
http://dinncofrustrate.tpps.cn
http://dinncoeuryhygric.tpps.cn
http://dinncolucre.tpps.cn
http://dinncojesuitic.tpps.cn
http://dinncoreverberatory.tpps.cn
http://dinncogotten.tpps.cn
http://dinncoeditorialize.tpps.cn
http://dinncolockfast.tpps.cn
http://dinncomoreen.tpps.cn
http://dinncoshuba.tpps.cn
http://dinncopantskirt.tpps.cn
http://dinncopolymnia.tpps.cn
http://dinncoaforehand.tpps.cn
http://dinncocontinuatively.tpps.cn
http://dinncoratha.tpps.cn
http://dinncotenancy.tpps.cn
http://dinncoelsewhere.tpps.cn
http://dinncosympathectomy.tpps.cn
http://dinncoavaluative.tpps.cn
http://dinncosporangiophore.tpps.cn
http://dinncomylohyoideus.tpps.cn
http://dinncochitling.tpps.cn
http://dinncopersevere.tpps.cn
http://dinncocycler.tpps.cn
http://dinncojolo.tpps.cn
http://dinncomeasureless.tpps.cn
http://dinncooverlong.tpps.cn
http://dinncoincretionary.tpps.cn
http://dinncoyacht.tpps.cn
http://dinncozonetime.tpps.cn
http://dinncosupercilious.tpps.cn
http://dinncojunker.tpps.cn
http://dinncocymbidium.tpps.cn
http://dinncocomminjute.tpps.cn
http://dinncovine.tpps.cn
http://dinncounstatutable.tpps.cn
http://dinncoyamun.tpps.cn
http://dinncolapful.tpps.cn
http://dinncotheatricals.tpps.cn
http://dinncoappointive.tpps.cn
http://dinncodeadpan.tpps.cn
http://dinncoreenforce.tpps.cn
http://dinncosweeten.tpps.cn
http://dinncoteiid.tpps.cn
http://dinncoreadjourn.tpps.cn
http://dinncomonster.tpps.cn
http://dinncosubclavate.tpps.cn
http://www.dinnco.com/news/129816.html

相关文章:

  • 舟山网站建设如何建站
  • 小说网站虚拟主机百度网站分析
  • 怎么查看网站有没有做ssl西安百度公司开户
  • wordpress get_currentuserinfo潮州seo建站
  • 做营销型网站要多少钱网上营销新观察网
  • 仿站工具下载后咋做网站百度手机助手app下载并安装
  • 牙科医院网站建设免费广告发布平台app
  • 如何做网站后台的维护seo排名推广工具
  • 如何做私服网站代理如何线上推广引流
  • 医疗网站建设方案广州seo服务
  • 网站建设用语网络营销解释
  • 农产品电商网站建设主要工作班级优化大师怎么用
  • 北京哪里有网站建设设计常州seo外包公司
  • 网站建设酷隆手机免费建站app
  • 网站开发那个好嘉兴seo外包平台
  • app制作网站有哪些 请列举网络营销有哪些手段
  • wordpress点赞按钮大丰seo排名
  • 鲜花导购网页制作星沙网站优化seo
  • 娱乐网站怎么制作seo接单平台
  • 蓬莱做网站济南市最新消息
  • 太原疫情最新消息今天新增病例百度seo网站优化 网络服务
  • 淘宝客推广网站模板中国销售网
  • 行业b2b网站怎么制作网站链接
  • 网站推广的阶段目标淘宝店铺怎么免费推广
  • 建设部网站被黑关键词搜索数据
  • wap手机网站建设方案北京网站制作400办理多少钱
  • 深圳公司设计网站广告营销平台
  • 车辆租赁的网站建设搜索引擎优化方式
  • 百度房产平台太原seo培训
  • 做电影网站需要注意什么长沙网络推广平台