This website works better with JavaScript.
Explore
Help
Sign In
joker
/
python2
Watch
1
Star
0
Fork
You've already forked python2
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commits
1
Branch
0
Tags
163 KiB
Python
100%
Tag:
Branch:
Tree:
58867aa27e
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '58867aa27e'
${ noResults }
python2
/
.history
/
task1_20220916162832.py
4 lines
140 B
Raw
Blame
History
a
=
int
(
input
(
'
введите первое число:
'
)
)
b
=
int
(
input
(
'
введите второе число:
'
)
)
if
a
>
b
:
print
(
a
)
Reference in new issue
View Git Blame
Copy Permalink