Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 498 Bytes

File metadata and controls

54 lines (42 loc) · 498 Bytes

Loops


Docs

hackerrank.com » loops


Run

$ python3 loops.py                 
3
0
1
4

Unit Tests

$ python3 -m unittest test_loops.py   
.0
1
4
9
16
25
36
49
64
81
.0
.0
1
4
9
16
.
-----------------------------------------------------------------------

Ran 4 tests in 0.000s

OK