Welcome to the QZ2: PRE-MIDTERM Exam on Windows Programming Design.
input()
function in your code. Directly enter the input in your code.(漢字)
in your code file. (for automatic grading)if, else, for, while, break, continue, len, range, def, print
are allowed.sum(), max(), min(), sorted(), map(), filter(), zip(), enumerate(), input(), list(), set()
[x for x in ...]
Lambda functions, *args, **kwargs, try-except, with
numpy, pandas, math, random,
etc.Task | Level | Points |
---|---|---|
A.py - NUMDIV | ⭐ | 20 pts |
B.py - CNTDIV | ⭐ | 20 pts |
C.py - SUMDIV | ⭐ | 20 pts |
D.py - AVGDIV | ⭐⭐ | 10 pts | E.py - CHKFAC | ⭐ | 10 pts |
F.py - CNTFAC | ⭐⭐⭐ | 10 pts |
G.py - ISPRIM | ⭐⭐⭐ | 10 pts |