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

PYTHON Reference: Strings

Quick reference for Strings.

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

PYTHON Reference — Strings

Quick summary of Strings with syntax and example.

Syntax

print("Hello")

Example

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