MCPcopy Create free account
hub / github.com/Vishruth-S/CompetitiveCode / PPATTERN.py

File PPATTERN.py

CodeChef_problems/PPATTERN/PPATTERN.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# This loop will runs for each test case
2for x in range(1 , int(input()) + 1):
3 num = int(input()) # Taking the number of rows input
4 lis = []

Callers

nothing calls this directly

Calls 1

absFunction · 0.85

Tested by

no test coverage detected