Rooam Lee's Blog
Rooam Lee's Blog

Python Developer | Automation, Backend & Data Engineering

Home Categories Tags About Docs
  • Python

    Python Basic Syntax

    Python은 간결하고 직관적인 문법을 제공합니다. Python의 기본적인 문법을 이해하는 것은 더 효율적인 코드를 작성하는 데 중요합니다. Variables Python은 동적 타입 언어로, 변수에 값을 할당할 때 그 타입이 자동으로 결정됩니다. 주요 데이터 타입에는 정수(int), 실수(float), 문자열(str),... 2025년 01월 01일
  • Blog

    Blog Start

    Hello, world! Python print("Hello, world!") C# using System; namespace Program { class Program { static void Main(string[] args) { Console.WriteLine("Hello, world!"); } } } Java public class Program { public static void main(String[] args) {... 2025년 01월 01일

Copyright © 2025 Rooam Lee. All rights reserved.