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)
-
Notifications
You must be signed in to change notification settings - Fork 0
UserByTan/Bytan
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Python-exercise
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published