🧵 Python Part 2: Strings and User Input in Python
1️⃣ What is a String?
Creating strings with single or double quotes
Python treats all input from input() as strings
2️⃣ Python String Formatting Methods
% Formatting (C-style)
Format specifiers: %s, %d, %f
.format() method
Positional placeh...
datascienceexplanations.hashnode.dev15 min read