This website works better with JavaScript.
Explore
Register
Sign In
Train_acc
/
Training
Watch
1
Star
0
Fork
You've already forked Training
1
Code
Issues
Pull Requests
Releases
Wiki
Activity
bug fix in answer
Browse Source
fix_answer
Polozhiev
2 years ago
parent
c3d720464a
commit
a47d43c5be
1 changed files
with
1 additions
and
1 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
2
answer.py
2
answer.py
Unescape
Escape
View File
@ -1,2 +1,2 @@
for
i
in
range
(
5
)
:
print
(
i
)
print
(
i
*
*
2
)
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Train_acc/Training
Title
Body
Create Issue