add shebang to python script.

This commit is contained in:
m-hgn 2023-04-23 22:12:34 +02:00
parent 6504f2c68d
commit d55bcf0599

View File

@ -1,3 +1,5 @@
#!/bin/env python3
def snail(xss):
h = len(xss)
w = len(xss[0])