码迷,mamicode.com
首页 > 编程语言 > 详细

01Design and Analysis Algorithm Using Python-程振波

时间:2019-04-27 12:50:33      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:sig   hid   color   show   hide   isp   design   using   analysis   

1.(p14)比较两个数的大小

技术图片

技术图片
a = int(input(num:))
b = int(input(num:))
def getMax(a,b):
    if a>b :
        print(The bigger number is a:)
    else:
        print(The bigger number is b:)
getMax(a,b)
Compare

2.

 

01Design and Analysis Algorithm Using Python-程振波

标签:sig   hid   color   show   hide   isp   design   using   analysis   

原文地址:https://www.cnblogs.com/chengxiaofeng/p/10778196.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!