변수(variable)
아래 내용을 실행시켜 봅시다
>>> cookie = 1300
>>> juice = 2100
>>> cookie + juice
>>> qty = 3
>>> cookie * qty
>>> hello = 'hello'
>>> name = 'Python'
>>> hello + name
>>> hello + ' ' + name

Jimmy Eat World
Monterey Bay Aquarium
No title available

Kiana Khansmith
Keni

Origami Around
ojovivo
Sweet Seals For You, Always
Show & Tell
tumblr dot com
RMH
Fieri Frames
2025 on Tumblr: Trends That Defined the Year
Game of Thrones Daily

blake kathryn
Noah Kahan
Sade Olutola
I'd rather be in outer space 🛸
Cosimo Galluzzi
The Stonewall Inn

seen from Germany

seen from Venezuela

seen from Australia
seen from Malaysia
seen from Brazil

seen from Canada

seen from United States
seen from Venezuela

seen from Malaysia
seen from United States

seen from Türkiye

seen from Malaysia

seen from Colombia
seen from Bangladesh
seen from Brazil

seen from United States

seen from Chile
seen from United States
seen from United States
seen from Dominican Republic
@jjolab-blog
변수(variable)
아래 내용을 실행시켜 봅시다
>>> cookie = 1300
>>> juice = 2100
>>> cookie + juice
>>> qty = 3
>>> cookie * qty
>>> hello = 'hello'
>>> name = 'Python'
>>> hello + name
>>> hello + ' ' + name
Simple calculation in python shell
Hello world is usually the first program a programmer writes whether the programmer is learning a new language or starting to discover the world of programing.
print("hello world!")
Python installation
Link for 64 bit PC (Windows) - Windows x86-64 executable installer
Link for 32 bit PC (Windows) -Windows x86 executable installer
Python Download Page
Let's start
Let’s start!