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