index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
a935.py
blob: d39cc2916e23bb5c526669a77e91281da7583b1b (
plain
)
1
2
def two_unique_nums(nums): return [i for i in nums if nums.count(i)==1]