You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WRC/1132.py

8 lines
105 B
Python

1 year ago
# NC=30
# for p in range(NC):
# print('p', p)
# for q in range(p + 1):
# print('q', q)