Skip to content
Snippets Groups Projects
Select Git revision
  • 74a8a463b8fcd537fe27576cd576c57223395553
  • main default protected
2 results

tree_b.shell

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    tree_b.shell 73 B
    >>>
    >>>
    >>> print("hello")
    hello
    >>> def myfun(a):
    ...     return a*2
    ...