DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

PYTHON Reference: Python Introduction

Quick reference for Python Introduction.

Read time: 1 min Words: 16
Open Playground → PYTHON My Progress

PYTHON Reference — Python Introduction

Quick summary of Python Introduction with syntax and example.

Syntax

print("Hello")

Example

name = "DrSchool"
print("Hello", name)