Wednesday, January 3, 2018

First python script

Open an editor with first.py

type below lines

print("hi")

print("jith")

Now run it in terminal,

JITSUNDA-M-C2XF:~ jitsunda$ python3 first.py
hi
jith

JITSUNDA-M-C2XF:~ jitsunda$ 

No comments: