Select Git revision
tree_b.shell

tuhe authored
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
...