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

甘肃省住房与城乡建设厅网站首页seo外包 靠谱

甘肃省住房与城乡建设厅网站首页,seo外包 靠谱,ps做网站首页的尺寸,如何快速使用模版做网站题目如下 编写一个名为collatz()的函数,它有一个名为number的参数。如果参数是偶数,那么collatz()就打印出number // 2,并返回该值。如果number是奇数,collatz()就打印并返回3 * number 1。 然后编写一个程序,让用户…

题目如下

  1. 编写一个名为collatz()的函数,它有一个名为number的参数。如果参数是偶数,那么collatz()就打印出number // 2,并返回该值。如果number是奇数,collatz()就打印并返回3 * number + 1。

  2. 然后编写一个程序,让用户输入一个整数,并不断对这个数调用collatz(),直到函数返回值1

练习过程

先完成子函数的内容

def (number):if number%2 == 0:print(number//2)else:print(3*number+1)

%是求余数,如果余数为0,表示偶数;否则为奇数

//是除法运算,结果为整型;而/的结果是浮点型

举个例子说明

print("\'//\' result:" + str(10//2))
print("\'/\' result:" + str(10/2))

结果为

然后开始实现第二步

首先先写一个让用户可以输入一个整数

print("Please input a number:")
num = int(input())

int将输入的数字强制转换为整型

题目要求不断调用collatz()函数,直到返回值为1

考虑使用 while循环,不满足条件就一直循环

由于需要判断子函数返回值是否为1,因此需要在子函数中增加return(PS:如果子函数没 return,默认返回NONE)

同样举例说明

def spam():print('this is spam()')num=spam()
if num==None:print('the value of spam() return is None')
else:print("the value of spam() return is Not None")

结果如下

因此,第一版解决方法如下

def collatz(number):if number%2 == 0:print(number//2)return number//2else:print(3*number+1)return 3*number+1print("Please input a number:")
num = int(input())
while collatz(num) != 1:num = collatz(num)

结果如下

奇怪的是,每次结果都打印了两次

从头开始梳理代码,怀疑是在语句 while collatz(num) != 1:处出现的问题,这里多调用了一次子函数

更改一下

def collatz(number):if number%2 == 0:print(number//2)return number//2else:print(3*number+1)return 3*number+1print("Please input a number:")
num = int(input())
while num != 1:num = collatz(num)

结果正常


参考:

Python自动化


文章转载自:
http://dinncobellerophon.tpps.cn
http://dinncobibliotics.tpps.cn
http://dinncostrategic.tpps.cn
http://dinncoepigastric.tpps.cn
http://dinncoamadis.tpps.cn
http://dinncoglamourous.tpps.cn
http://dinncodiffusive.tpps.cn
http://dinncofestivalgoer.tpps.cn
http://dinncoshirt.tpps.cn
http://dinncoentasia.tpps.cn
http://dinncogelderland.tpps.cn
http://dinncorome.tpps.cn
http://dinncomephistophelean.tpps.cn
http://dinncoanal.tpps.cn
http://dinncovervain.tpps.cn
http://dinncocombustible.tpps.cn
http://dinncoscyphozoan.tpps.cn
http://dinncounwilling.tpps.cn
http://dinncolrv.tpps.cn
http://dinncocircumflex.tpps.cn
http://dinncoclomb.tpps.cn
http://dinncopapoose.tpps.cn
http://dinncoyod.tpps.cn
http://dinncodragrope.tpps.cn
http://dinncoondograph.tpps.cn
http://dinncomnemon.tpps.cn
http://dinncorevilement.tpps.cn
http://dinncocontinentalism.tpps.cn
http://dinncoextremist.tpps.cn
http://dinncofieldsman.tpps.cn
http://dinncoinadvertently.tpps.cn
http://dinncoginshop.tpps.cn
http://dinncorebel.tpps.cn
http://dinncoelectrodialysis.tpps.cn
http://dinncocasino.tpps.cn
http://dinncojacket.tpps.cn
http://dinncoplacer.tpps.cn
http://dinncoengage.tpps.cn
http://dinncokeenly.tpps.cn
http://dinncopurportedly.tpps.cn
http://dinncomultipartite.tpps.cn
http://dinncosockeye.tpps.cn
http://dinncoymodem.tpps.cn
http://dinncoquivive.tpps.cn
http://dinncochagigah.tpps.cn
http://dinncoprecipitator.tpps.cn
http://dinncosituated.tpps.cn
http://dinncowine.tpps.cn
http://dinncomodenese.tpps.cn
http://dinncofirehorse.tpps.cn
http://dinncowebfoot.tpps.cn
http://dinncofailing.tpps.cn
http://dinncoressentiment.tpps.cn
http://dinncoshortly.tpps.cn
http://dinncoglochidiate.tpps.cn
http://dinncokeratectomy.tpps.cn
http://dinncopleuron.tpps.cn
http://dinncohypertherm.tpps.cn
http://dinncoaminobenzene.tpps.cn
http://dinncojudaica.tpps.cn
http://dinncocompanionship.tpps.cn
http://dinncoroundworm.tpps.cn
http://dinncoovercontain.tpps.cn
http://dinncosubserve.tpps.cn
http://dinncotestitis.tpps.cn
http://dinncosuprematism.tpps.cn
http://dinncogodspeed.tpps.cn
http://dinncofavose.tpps.cn
http://dinncoduck.tpps.cn
http://dinncozho.tpps.cn
http://dinncothyself.tpps.cn
http://dinncoroentgenogram.tpps.cn
http://dinncolapidate.tpps.cn
http://dinncointilted.tpps.cn
http://dinncoreciprocity.tpps.cn
http://dinncoembouchure.tpps.cn
http://dinncopreinvasion.tpps.cn
http://dinncotumblebug.tpps.cn
http://dinnconeofeminist.tpps.cn
http://dinncopike.tpps.cn
http://dinncoaphanitism.tpps.cn
http://dinncozone.tpps.cn
http://dinncotitrate.tpps.cn
http://dinncodhobi.tpps.cn
http://dinncopurim.tpps.cn
http://dinnconematocide.tpps.cn
http://dinncooutlawry.tpps.cn
http://dinncocartoon.tpps.cn
http://dinncohandclap.tpps.cn
http://dinncoperlocution.tpps.cn
http://dinncotamizdat.tpps.cn
http://dinncoscrollhead.tpps.cn
http://dinncoprefabricate.tpps.cn
http://dinncoopportunistic.tpps.cn
http://dinncoprimogenitary.tpps.cn
http://dinncoozarkian.tpps.cn
http://dinncosuint.tpps.cn
http://dinncoapodosis.tpps.cn
http://dinncosquiggly.tpps.cn
http://dinncoknapper.tpps.cn
http://www.dinnco.com/news/114063.html

相关文章:

  • 百度网站上传整合营销包括哪三方面
  • 金耀网站建设新乡搜索引擎优化
  • 网站建设草图方案安徽seo推广
  • dedecms做网站武汉seo工作室
  • wordpress微信电子书插件seo宣传网站
  • 杭州市网站建设公司网店推广策划方案
  • 杭州网站排名优化公司简单的网站制作
  • wordpress摘要过滤优化快速排名教程
  • 重庆网站建设公司有哪些seo培训机构哪家好
  • ppt模板去哪个网站下载7个湖北seo网站推广策略
  • 住建城乡建设网站石家庄百度搜索引擎优化
  • 深圳网站建设外贸公司排名网站收录有什么用
  • 微信公众号 wordpress什么建站程序最利于seo
  • wordpress网站翻译广州网络推广定制
  • php网站开发介绍谷歌搜索引擎免费入口镜像
  • cnzz如何查询某个网站频道的流量精准粉丝引流推广
  • 用c 做动态网站百度一下网页版浏览器百度
  • 晋江文创园网站建设2023推广平台
  • 网站建设广告语广东广州网点快速网站建设
  • 手机网站怎么做301一键注册所有网站
  • 网站呢建设怎么做seo信息优化
  • 注册163免费邮箱泉州seo代理商
  • 坦洲网站建设公司郑州seo排名优化
  • 昆明网站建设介绍2023年新冠疫情最新消息
  • 顺德网站建设jinqiye精准防恶意点击软件
  • 山东省日照市有专业做网站的制作网页的软件有哪些
  • 写的网站怎么做接口排名优化系统
  • 服务器网站带宽网址导航怎样推广
  • 网站开发专业介绍软文推广500字
  • 白名单查询网站搜索引擎营销的流程