fork download
  1. class Sample(object):
  2. def __init__(self):
  3. self.dict = {"Encrypted/Transferred": 0, "Archived": 0, "Deleted": 0} # Track actual (file action) file counts.
  4.  
  5.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.nim(1, 19) Error: expression expected, but found 'object'
stdout
Standard output is empty