Print sometihng on shell

1)If you want print "Hello Python" on shell.

Type:

print("Hello World")

2)If you want print "Python very easy" on shell

print("Python very easy")


1 comment:

Narada Rathnasooriya said...

One of many tutorials to come