Skip to content

UserByTan/Bytan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Bytan

Python-exercise Python求最大数: a = int(input('输入1为:')) b = int(input('输入2为: ')) c = int(input('输入3为:')) if a >= b: big=a else: big=b if c >= big: big=c print('最大值为:',big)

About

Python-exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published