This website works better with JavaScript.
Explore
Help
Sign In
sofi
/
python
Watch
1
Star
0
Fork
You've already forked python
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
new file: task2.py
Browse Source
master
sofi
3 years ago
parent
13f7ac0715
commit
136befd703
1 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
3
task2.py
3
task2.py
Unescape
Escape
View File
@ -0,0 +1,3 @@
n
=
int
(
input
(
)
)
k
=
int
(
input
(
)
)
print
(
int
(
k
%
n
)
)
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
sofi/python
Title
Body
Create Issue