ended3월 26일· 1 sources

Python Basics

Python 기초 가이드

Why it matters

This guide covers Python fundamentals including variables, naming conventions, strings (case manipulation, f-strings, whitespace handling), numbers (integers, floats, exponents), and lists. It walks through basic operations with code examples and expected outputs for each concept.

1
Sources
+0
24h
Growth
175d
Active
Python변수(Variables)문자열(Strings)리스트(Lists)자료형(Data Types)

Sources

Related Issues