DrSchool تعلّم البرمجة بسرعة.
EN AR BN CS DE EL بحث

PYTHON مرجع: Python Introduction

مرجع سريع لـ Python Introduction.

وقت القراءة: 1 min عدد الكلمات: 15
افتح التجربة → PYTHON تقدمي

مرجع PYTHON — Python Introduction

ملخص سريع عن Python Introduction مع صياغة ومثال.

الصياغة

print("Hello")

مثال

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