Python Basics
PART-1
This Article for Python beginners
You can install Python on your PC or use a cloud environment(codepen/raplit/colab)
Print function
print("Hello World!")
#output is Hello world!
String Data Type
The string is an array data structure of bytes...
dinethjanitha.me3 min read