DrSchool Hızlı kod öğren.
EN AR BN CS DE EL Ara

PYTHON Referans: Python Introduction

Python Introduction için hızlı referans.

Okuma süresi: 1 min Kelime: 15
Playground'u aç → PYTHON İlerlemem

PYTHON Referans — Python Introduction

Python Introduction için hızlı özet, sözdizimi ve örnek.

Sözdizimi

print("Hello")

Örnek

name = "DrSchool"
print("Hello", name)