How can we give comments in python programming language? Describe it.
Answers
Answered by
1
Answer:
Step 1: Mark your Python file as executable. The first thing you'll need to do is mark your Python script as executable in the file system, like so: ...
Step 2: Add an interpreter “shebang” ...
Step 3: Make sure your program is on the PATH.
Explanation:
Hope it helps uh!
Similar questions