Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
for
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
abs
Function · 0.85
Tested by
no test coverage detected