PYTHON Reference: Python Introduction
Quick reference for Python Introduction.
PYTHON Reference — Python Introduction
Quick summary of Python Introduction with syntax and example.
Syntax
print("Hello")
Example
name = "DrSchool"
print("Hello", name)