Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

shibang for python file in linux

To write a python file in linux we add different shebang, but the same concept.
We give python location. Here is the example ↓

#!/usr/bin/env python 
def hlo():
  return "hello"
 
PREVIOUS NEXT
Tagged: #shibang #python #file #linux
ADD COMMENT
Topic
Name
6+7 =