PYTHON مرجع: Variables
مرجع سريع لـ Variables.
مرجع PYTHON — Variables
ملخص سريع عن Variables مع صياغة ومثال.
الصياغة
print("Hello")
مثال
name = "DrSchool"
print("Hello", name)
مرجع سريع لـ Variables.
ملخص سريع عن Variables مع صياغة ومثال.
print("Hello")
name = "DrSchool"
print("Hello", name)