python.yaml 119 B

1234567
  1. tasks:
  2. print:
  3. desc: Print module type
  4. python: |-
  5. import os
  6. print(type(os))
  7. once: true